summaryrefslogtreecommitdiff
path: root/svg
diff options
context:
space:
mode:
authorRalph Giles <ralph.giles@artifex.com>2008-06-27 19:24:29 +0000
committerRalph Giles <ralph.giles@artifex.com>2008-06-27 19:24:29 +0000
commit5207a388598d3767ee8488408646a8a638f1de78 (patch)
tree13ebf63fb77c2f698f74092771560ea3842402e1 /svg
parentd5141b8f6a4d410df6b8842ca0691b94671fba96 (diff)
Update the svg makefile for the gxi1[26]bit changes in r8519.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@3096 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'svg')
-rw-r--r--svg/svg.mak6
1 files changed, 2 insertions, 4 deletions
diff --git a/svg/svg.mak b/svg/svg.mak
index beb401005..9e5cc796b 100644
--- a/svg/svg.mak
+++ b/svg/svg.mak
@@ -41,10 +41,8 @@ SVG_OBJS=\
# NB - note this is a bit squirrely. Right now the pjl interpreter is
# required and shouldn't be and PLOBJ==SVGGEN is required.
-$(SVGOBJ)svg.dev: $(SVG_MAK) $(ECHOGS_XE) $(SVG_OBJS) \
- $(SVGGEN)gxi16bit.$(OBJ) $(SVGGEN)expat.dev \
+$(SVGOBJ)svg.dev: $(SVG_MAK) $(ECHOGS_XE) $(SVG_OBJS) $(SVGGEN)expat.dev \
$(SVGGEN)pl.dev $(SVGGEN)$(PL_SCALER).dev $(SVGGEN)pjl.dev
- $(SETMOD) $(SVGOBJ)svg $(SVG_OBJS) $(SVGGEN)gxi16bit.$(OBJ)
- $(ADDMOD) $(SVGOBJ)svg -replace $(GLD)no16bit
+ $(SETMOD) $(SVGOBJ)svg $(SVG_OBJS)
$(ADDMOD) $(SVGOBJ)svg -include $(SVGGEN)expat $(SVGGEN)pl $(SVGGEN)$(PL_SCALER) $(SVGGEN)pjl.dev