[gs-cvs] rev 8264 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Mon Oct 1 16:02:53 PDT 2007
Author: giles
Date: 2007-10-01 16:02:53 -0700 (Mon, 01 Oct 2007)
New Revision: 8264
Modified:
trunk/gs/src/int.mak
Log:
Have mkromfs use $(GS_INIT) instead of hard-coding gs_init.ps. It was
intended that this be part of r8257.
Modified: trunk/gs/src/int.mak
===================================================================
--- trunk/gs/src/int.mak 2007-10-01 23:00:35 UTC (rev 8263)
+++ trunk/gs/src/int.mak 2007-10-01 23:02:53 UTC (rev 8264)
@@ -980,7 +980,7 @@
# All the gs_*.ps files should be prerequisites of gs_init.c but we don't have
# any convenient list of them so we just use lib/gs_init.ps == $(PSLIB)$(GS_INIT).
-$(PSGEN)gs_init.ps : $(PSLIB)$(GS_INIT) $(GENINIT_XE) $(gconfig_h)
+$(PSGEN)$(GS_INIT) : $(PSLIB)$(GS_INIT) $(GENINIT_XE) $(gconfig_h)
$(EXP)$(GENINIT_XE) -I $(PSLIB) $(GS_INIT) $(gconfig_h) $(PSGEN)gs_init.ps
# The following list of files needed by the interpreter is maintained here.
@@ -997,8 +997,13 @@
# PCLXL_ PJL and XPS hooks are for other parsers that may be built with a PS
# language switch build.
-$(GLOBJ)gsromfs.c : $(MKROMFS_XE) $(PSGEN)gs_init.ps $(arch_h)
- $(EXP)$(MKROMFS_XE) -o $(GLOBJ)gsromfs.c -X .svn $(UFST_ROMFS_ARGS) $(PCLXL_ROMFS_ARGS) $(PJL_ROMFS_ARGS) $(XPS_ROMFS_ARGS) $(UFST_ROMGS_ARGS) -c -P $(PSRESDIR)$(D) -d Resource/ $(RESOURCE_LIST) -d lib/ -P $(PSGEN) gs_init.ps -P $(PSLIB) $(EXTRA_INIT_FILES)
+$(GLGEN)gsromfs.c : $(MKROMFS_XE) $(PSGEN)$(GS_INIT) $(arch_h)
+ $(EXP)$(MKROMFS_XE) -o $(GLGEN)gsromfs.c \
+ -X .svn $(UFST_ROMFS_ARGS) \
+ $(PCLXL_ROMFS_ARGS) $(PJL_ROMFS_ARGS) $(XPS_ROMFS_ARGS) \
+ -c -P $(PSRESDIR)$(D) -d Resource/ $(RESOURCE_LIST) \
+ -d lib/ -P $(PSGEN) $(GS_INIT) -P $(PSLIB) \
+ $(EXTRA_INIT_FILES)
# ---------------- Stochastic halftone ---------------- #
More information about the gs-cvs
mailing list