[gs-cvs] rev 8811 - trunk/gs/src

giles at ghostscript.com giles at ghostscript.com
Mon Jun 30 11:15:52 PDT 2008


Author: giles
Date: 2008-06-30 11:15:51 -0700 (Mon, 30 Jun 2008)
New Revision: 8811

Modified:
   trunk/gs/src/lib.mak
Log:
Add a missing header dependency.


Modified: trunk/gs/src/lib.mak
===================================================================
--- trunk/gs/src/lib.mak	2008-06-30 00:05:40 UTC (rev 8810)
+++ trunk/gs/src/lib.mak	2008-06-30 18:15:51 UTC (rev 8811)
@@ -2674,7 +2674,7 @@
 	$(GLCC) $(GLO_)gsromfs1.$(OBJ) $(C_) $(GLOBJ)gsromfs1.c
 
 # A dummy gsromfs module for COMPILE_INITS=0
-$(GLOBJ)gsromfs0.$(OBJ) : $(GLSRC)gsromfs0.c
+$(GLOBJ)gsromfs0.$(OBJ) : $(GLSRC)gsromfs0.c $(stdint__h)
 	$(GLCC) $(GLO_)gsromfs0.$(OBJ) $(C_) $(GLSRC)gsromfs0.c
 
 # Define the ZLIB modules needed by mnkromfs here to factor it out of top makefiles



More information about the gs-cvs mailing list