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

ray at ghostscript.com ray at ghostscript.com
Wed Mar 7 16:27:45 PST 2007


Author: ray
Date: 2007-03-07 16:27:45 -0800 (Wed, 07 Mar 2007)
New Revision: 7775

Modified:
   trunk/gs/src/int.mak
Log:
Missing (yet another) dependency -- string_.h. It probably was not
a problem.


Modified: trunk/gs/src/int.mak
===================================================================
--- trunk/gs/src/int.mak	2007-03-07 21:22:02 UTC (rev 7774)
+++ trunk/gs/src/int.mak	2007-03-08 00:27:45 UTC (rev 7775)
@@ -1733,11 +1733,12 @@
 	$(ADDMOD) $(PSD)func4 -functiontype 4
 	$(ADDMOD) $(PSD)func4 -include $(PSD)func $(GLD)func4lib
 
+# Note: opextern.h is included from oper.h and is a dependency of oper.h
 $(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) $(ialloc_h)\
- $(dstack_h) $(gzstate_h) $(gxdevcli_h)
+ $(dstack_h) $(gzstate_h) $(gxdevcli_h) $(string__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