summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorRalph Giles <ralph.giles@artifex.com>2007-11-14 02:36:24 +0000
committerRalph Giles <ralph.giles@artifex.com>2007-11-14 02:36:24 +0000
commit3faabe109bdffc842a26c3da1aa6e9439e8cec3d (patch)
tree94d29c73a975198972c4714d0a0ea992a45c8912 /common
parent447b2f4c489a9cf856bd271e1a1c3e9141e838ee (diff)
Correct a typo in the previous commit that broke the language switch
build. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2950 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'common')
-rw-r--r--common/ugcc_top.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/ugcc_top.mak b/common/ugcc_top.mak
index 60ff73787..a631631b5 100644
--- a/common/ugcc_top.mak
+++ b/common/ugcc_top.mak
@@ -82,7 +82,7 @@ $(GENDIR)/ldgs.tr: FORCE
JSRCDIR=$(JSRCDIR) JGENDIR=$(JGENDIR) JOBJDIR=$(JOBJDIR) \
GLSRCDIR='$(GLSRCDIR)' PSSRCDIR=$(PSSRCDIR) PSGENDIR=$(GENDIR) PSD='$(GENDIR)/' \
GLGENDIR='$(GLGENDIR)' GLOBJDIR='$(GLOBJDIR)' PSLIBDIR=$(PSLIBDIR) \
- EXPATSRCDIR=$(EXPATSRCDIR) SHARE_EXPAT=$(SHARE_EXPAT)
+ EXPATSRCDIR=$(EXPATSRCDIR) SHARE_EXPAT=$(SHARE_EXPAT) \
EXPAT_CFLAGS=$(EXPAT_CFLAGS) \
ICCSRCDIR=$(ICCSRCDIR) IMDISRCDIR=$(IMDISRCDIR) \
COMPILE_INITS=$(COMPILE_INITS) PCLXL_ROMFS_ARGS='$(PCLXL_ROMFS_ARGS)' PJL_ROMFS_ARGS='$(PJL_ROMFS_ARGS)' \