[gs-cvs] rev 8457 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Fri Dec 21 11:56:08 PST 2007
Author: giles
Date: 2007-12-21 11:56:07 -0800 (Fri, 21 Dec 2007)
New Revision: 8457
Modified:
trunk/gs/src/gs.mak
Log:
Construct romfs.dev in the graphics library's gen directory instead of
the ps interpreter's so building just the library is possible.
Modified: trunk/gs/src/gs.mak
===================================================================
--- trunk/gs/src/gs.mak 2007-12-21 10:31:00 UTC (rev 8456)
+++ trunk/gs/src/gs.mak 2007-12-21 19:56:07 UTC (rev 8457)
@@ -386,7 +386,7 @@
$(DEVICE_DEVS10) $(DEVICE_DEVS11) $(DEVICE_DEVS12) $(DEVICE_DEVS13) \
$(DEVICE_DEVS14) $(DEVICE_DEVS15) $(DEVICE_DEVS16) $(DEVICE_DEVS17) \
$(DEVICE_DEVS18) $(DEVICE_DEVS19) $(DEVICE_DEVS20) $(DEVICE_DEVS21) \
- $(DEVICE_DEVS_EXTRA) $(PSD)romfs$(COMPILE_INITS).dev
+ $(DEVICE_DEVS_EXTRA) $(GLD)romfs$(COMPILE_INITS).dev
devs_tr=$(GLGENDIR)$(D)devs.tr
$(devs_tr) : $(GS_MAK) $(TOP_MAKEFILES) $(ECHOGS_XE)
@@ -416,7 +416,7 @@
$(EXP)$(ECHOGS_XE) -a $(devs_tr) -+ $(DEVICE_DEVS20)
$(EXP)$(ECHOGS_XE) -a $(devs_tr) -+ $(DEVICE_DEVS21)
$(EXP)$(ECHOGS_XE) -a $(devs_tr) -+ $(DEVICE_DEVS_EXTRA)
- $(EXP)$(ECHOGS_XE) -a $(devs_tr) -+ $(PSD)romfs$(COMPILE_INITS).dev
+ $(EXP)$(ECHOGS_XE) -a $(devs_tr) -+ $(GLD)romfs$(COMPILE_INITS).dev
$(EXP)$(ECHOGS_XE) -a $(devs_tr) - $(GLGENDIR)$(D)libcore
# GCONFIG_EXTRAS can be set on the command line.
More information about the gs-cvs
mailing list