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

ray at ghostscript.com ray at ghostscript.com
Fri May 9 09:44:55 PDT 2008


Author: ray
Date: 2008-05-09 09:44:54 -0700 (Fri, 09 May 2008)
New Revision: 8724

Modified:
   trunk/gs/src/lib.mak
Log:
Fix missing dependency that caused builds that included the 'bmpa' devices
to fail because the locking memory code wasn't included. Currently PCL
builds still had the bmpa devices included, so they failed.


Modified: trunk/gs/src/lib.mak
===================================================================
--- trunk/gs/src/lib.mak	2008-05-09 14:00:44 UTC (rev 8723)
+++ trunk/gs/src/lib.mak	2008-05-09 16:44:54 UTC (rev 8724)
@@ -1901,7 +1901,7 @@
 gxpageq_h=$(GLSRC)gxpageq.h $(gsmemory_h) $(gxband_h) $(gxsync_h)
 gdevprna_h=$(GLSRC)gdevprna.h $(gdevprn_h) $(gxsync_h)
 
-async_=$(GLOBJ)gdevprna.$(OBJ) $(GLOBJ)gxpageq.$(OBJ)
+async_=$(GLOBJ)gdevprna.$(OBJ) $(GLOBJ)gxpageq.$(OBJ) $(GLOBJ)gsmemlok.$(OBJ)
 async_inc=$(GLD)clist.dev $(GLD)gsnogc.dev $(GLD)$(SYNC).dev
 $(GLD)async.dev : $(LIB_MAK) $(ECHOGS_XE) $(async_) $(async_inc)
 	$(SETMOD) $(GLD)async $(async_)



More information about the gs-cvs mailing list