[gs-commits] rev 10944 - branches/icc_work/base
mvrhel at ghostscript.com
mvrhel at ghostscript.com
Fri Mar 19 03:23:25 UTC 2010
Author: mvrhel
Date: 2010-03-19 03:23:24 +0000 (Fri, 19 Mar 2010)
New Revision: 10944
Modified:
branches/icc_work/base/lib.mak
Log:
Typo. Missing parenthesis in make file.
Modified: branches/icc_work/base/lib.mak
===================================================================
--- branches/icc_work/base/lib.mak 2010-03-18 20:34:24 UTC (rev 10943)
+++ branches/icc_work/base/lib.mak 2010-03-19 03:23:24 UTC (rev 10944)
@@ -2650,7 +2650,7 @@
$(GLOBJ)gxblend.$(OBJ) : $(GLSRC)gxblend.c $(GX) $(memory__h)\
$(gstparam_h) $(gxblend_h) $(gxcolor2_h) $(gsicccache_h)\
- $gsiccmanage_h)
+ $(gsiccmanage_h)
$(GLCC) $(GLO_)gxblend.$(OBJ) $(C_) $(GLSRC)gxblend.c
$(GLOBJ)gxblend1.$(OBJ) : $(GLSRC)gxblend1.c $(GX) $(memory__h)\
More information about the gs-commits
mailing list