[gs-cvs] rev 6939 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Mon Jul 31 17:06:02 PDT 2006
Author: giles
Date: 2006-07-31 17:06:02 -0700 (Mon, 31 Jul 2006)
New Revision: 6939
Modified:
trunk/gs/src/unix-aux.mak
Log:
MD5 is required by the persistent cache implementation on unix. Add it to the platform dependency list.
Modified: trunk/gs/src/unix-aux.mak
===================================================================
--- trunk/gs/src/unix-aux.mak 2006-07-31 18:49:16 UTC (rev 6938)
+++ trunk/gs/src/unix-aux.mak 2006-08-01 00:06:02 UTC (rev 6939)
@@ -28,8 +28,9 @@
# Unix platforms other than System V, and also System V Release 4
# (SVR4) platforms.
unix__=$(GLOBJ)gp_getnv.$(OBJ) $(GLOBJ)gp_unix.$(OBJ) $(GLOBJ)gp_unifs.$(OBJ) $(GLOBJ)gp_unifn.$(OBJ) $(GLOBJ)gp_stdia.$(OBJ) $(GLOBJ)gp_unix_cache.$(OBJ)
-$(GLGEN)unix_.dev: $(unix__) $(GLD)nosync.dev
+$(GLGEN)unix_.dev: $(unix__) $(GLD)nosync.dev $(GLD)smd5.dev
$(SETMOD) $(GLGEN)unix_ $(unix__) -include $(GLD)nosync
+ $(ADDMOD) $(GLGEN)unix_ -include $(GLD)smd5
$(GLOBJ)gp_unix.$(OBJ): $(GLSRC)gp_unix.c $(AK)\
$(pipe__h) $(string__h) $(time__h)\
More information about the gs-cvs
mailing list