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

giles at ghostscript.com giles at ghostscript.com
Wed Mar 7 13:22:03 PST 2007


Author: giles
Date: 2007-03-07 13:22:02 -0800 (Wed, 07 Mar 2007)
New Revision: 7774

Modified:
   trunk/gs/src/int.mak
Log:
Update the makefile with new header dependencies added in r7198.


Modified: trunk/gs/src/int.mak
===================================================================
--- trunk/gs/src/int.mak	2007-03-07 20:35:24 UTC (rev 7773)
+++ trunk/gs/src/int.mak	2007-03-07 21:22:02 UTC (rev 7774)
@@ -1733,10 +1733,11 @@
 	$(ADDMOD) $(PSD)func4 -functiontype 4
 	$(ADDMOD) $(PSD)func4 -include $(PSD)func $(GLD)func4lib
 
-$(PSOBJ)zfunc4.$(OBJ) : $(PSSRC)zfunc4.c $(memory__h) $(OP)\
+$(PSOBJ)zfunc4.$(OBJ) : $(PSSRC)zfunc4.c $(memory__h) $(string__h)\
+ $(OP) $(opextern_h)\
  $(gsfunc_h) $(gsfunc4_h) $(gsutil_h)\
- $(idict_h) $(ifunc_h) $(iname_h)\
- $(opextern_h) $(dstack_h)
+ $(idict_h) $(ifunc_h) $(iname_h) $(ialloc_h)\
+ $(dstack_h) $(gzstate_h) $(gxdevcli_h)
 	$(PSCC) $(PSO_)zfunc4.$(OBJ) $(C_) $(PSSRC)zfunc4.c
 
 $(PSOBJ)zimage3.$(OBJ) : $(PSSRC)zimage3.c $(OP) $(memory__h)\



More information about the gs-cvs mailing list