diff options
author | Michael Vrhel <michael.vrhel@artifex.com> | 2010-04-30 20:11:08 +0000 |
---|---|---|
committer | Michael Vrhel <michael.vrhel@artifex.com> | 2010-04-30 20:11:08 +0000 |
commit | 7bcdb47af54246e101af0b1e6319c679d68970e1 (patch) | |
tree | b45775d33f3d0618fff737d96384920a4e0e6ac8 /gs/base/lib.mak | |
parent | 104ece1ace3d95c5458fcd0d1e787157e62107b7 (diff) |
Merge of trunk into branch through 11159
git-svn-id: http://svn.ghostscript.com/ghostscript/branches/icc_work@11160 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/base/lib.mak')
-rw-r--r-- | gs/base/lib.mak | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gs/base/lib.mak b/gs/base/lib.mak index 20fbfcb97..f6bd36284 100644 --- a/gs/base/lib.mak +++ b/gs/base/lib.mak @@ -2642,7 +2642,8 @@ gdevp14_h=$(GLSRC)gdevp14.h $(GLSRC)gxcmap.h $(gxmatrix_h) \ $(GLOBJ)gstrans.$(OBJ) : $(GLSRC)gstrans.c $(GXERR)\ $(math__h) $(memory__h) $(gdevp14_h) $(gstrans_h)\ - $(gsutil_h) $(gxdevcli_h) $(gzstate_h) $(gscspace_h) + $(gsutil_h) $(gxdevcli_h) $(gzstate_h) $(gscspace_h)\ + $(gxclist_h) $(GLCC) $(GLO_)gstrans.$(OBJ) $(C_) $(GLSRC)gstrans.c $(GLOBJ)gximag3x.$(OBJ) : $(GLSRC)gximag3x.c $(GXERR) $(math__h) $(memory__h)\ |