[gs-cvs] rev 9180 - trunk/gs/base

giles at ghostscript.com giles at ghostscript.com
Tue Oct 21 11:10:00 PDT 2008


Author: giles
Date: 2008-10-21 11:09:59 -0700 (Tue, 21 Oct 2008)
New Revision: 9180

Modified:
   trunk/gs/base/lib.mak
Log:
Fix a makefile dependency which should have been added in r8872.


Modified: trunk/gs/base/lib.mak
===================================================================
--- trunk/gs/base/lib.mak	2008-10-21 16:26:09 UTC (rev 9179)
+++ trunk/gs/base/lib.mak	2008-10-21 18:09:59 UTC (rev 9180)
@@ -281,7 +281,7 @@
 # AES cipher
 aes_h=$(GLSRC)aes.h
 aes_=$(GLOBJ)aes.$(OBJ)
-$(GLOBJ)aes.$(OBJ) : $(GLSRC)aes.c $(AK) $(aes_h)
+$(GLOBJ)aes.$(OBJ) : $(GLSRC)aes.c $(AK) $(string__h) $(aes_h)
 	$(GLCC) $(GLO_)aes.$(OBJ) $(C_) $(GLSRC)aes.c
 
 # Visual Debugging



More information about the gs-cvs mailing list