summaryrefslogtreecommitdiff
path: root/pxl
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>2007-01-10 05:11:18 +0000
committerHenry Stiles <henry.stiles@artifex.com>2007-01-10 05:11:18 +0000
commitb929e6e2ea06852ec7d8713f2b728deb4020c2cf (patch)
tree8231a5243afb542f56b1e47f760e2aaaa4c58a2f /pxl
parent4fa35e21a34e7fb527ae9a18bce2db72ab22eb00 (diff)
downloadghostpdl-b929e6e2ea06852ec7d8713f2b728deb4020c2cf.tar.gz
Last change was not complete.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2719 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pxl')
-rw-r--r--pxl/pxl.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/pxl/pxl.mak b/pxl/pxl.mak
index b35f07d3d..7fe803db2 100644
--- a/pxl/pxl.mak
+++ b/pxl/pxl.mak
@@ -60,9 +60,9 @@ pxoper_h=$(PXLSRC)pxoper.h $(gserror_h) $(pxattr_h) $(pxerrors_h) $(pxvalue_h)
pxparse_h=$(PXLSRC)pxparse.h $(pxoper_h)
pxstate_h=$(PXLSRC)pxstate.h $(gsmemory_h) $(pxgstate_h) $(pltop_h)
-$(PXLOBJ)pxbfont.$(OBJ): $(PXLGEN)pxbfont.c $(AK) $(stdpre_h)\
+$(PXLOBJ)pxbfont.$(OBJ): $(PXLSRC)pxbfont.c $(AK) $(stdpre_h)\
$(pxbfont_h)
- $(PXLCCC) $(PXLGEN)pxbfont.c $(PXLO_)pxbfont.$(OBJ)
+ $(PXLCCC) $(PXLSRC)pxbfont.c $(PXLO_)pxbfont.$(OBJ)
$(PXLOBJ)pxerrors.$(OBJ): $(PXLSRC)pxerrors.c $(AK)\
$(memory__h) $(stdio__h) $(string__h)\