[gs-cvs] rev 8043 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Mon Jun 11 19:06:18 PDT 2007
Author: giles
Date: 2007-06-11 19:06:18 -0700 (Mon, 11 Jun 2007)
New Revision: 8043
Modified:
trunk/gs/src/unix-aux.mak
Log:
Remove LDFLAGS and EXTRALIBS from the mkromfs build line. These were
inadvertently added during the esp merge and are no longer needed.
Modified: trunk/gs/src/unix-aux.mak
===================================================================
--- trunk/gs/src/unix-aux.mak 2007-06-11 21:58:13 UTC (rev 8042)
+++ trunk/gs/src/unix-aux.mak 2007-06-12 02:06:18 UTC (rev 8043)
@@ -83,7 +83,7 @@
$(GLOBJ)gp_stdia.$(OBJ) $(GLOBJ)gsutil.$(OBJ)
$(MKROMFS_XE): $(GLSRC)mkromfs.c $(MKROMFS_COMMON_DEPS) $(MKROMFS_OBJS)
- $(CCAUX) $(GENOPT) $(CFLAGS_DEBUG) $(I_)$(GLSRCDIR)$(_I) $(I_)$(GLOBJ)$(_I) $(I_)$(ZSRCDIR)$(_I) $(GLSRC)mkromfs.c $(O_)$(MKROMFS_XE) $(MKROMFS_OBJS) -lm $(LDFLAGS) $(EXTRALIBS)
+ $(CCAUX) $(GENOPT) $(CFLAGS_DEBUG) $(I_)$(GLSRCDIR)$(_I) $(I_)$(GLOBJ)$(_I) $(I_)$(ZSRCDIR)$(_I) $(GLSRC)mkromfs.c $(O_)$(MKROMFS_XE) $(MKROMFS_OBJS) -lm
# Query the environment to construct gconfig_.h.
# The "else true;" is required because Ultrix's implementation of sh -e
More information about the gs-cvs
mailing list