summaryrefslogtreecommitdiff
path: root/base/lcupsi.mak
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2016-02-12 09:01:20 +0000
committerChris Liddell <chris.liddell@artifex.com>2016-02-12 09:22:56 +0000
commit4ca1d9d7a6a5cea50e1bb3a562b2b5c79d640c0c (patch)
treee6f207887e4d22c186d35de81230710ff29503a9 /base/lcupsi.mak
parentcf6f31c177fb36b3a706c80da4c003d009fbe2af (diff)
downloadghostpdl-4ca1d9d7a6a5cea50e1bb3a562b2b5c79d640c0c.tar.gz
Bug 696585: Fix jpeg, tiff and cups shared lib builds
Some more overzealous dependencies removed. Mostly, credit to Jonas Smedegaard <dr@jones.dk>, plus some tweaks of my own
Diffstat (limited to 'base/lcupsi.mak')
-rw-r--r--base/lcupsi.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/lcupsi.mak b/base/lcupsi.mak
index 048cb165f..c1bf5cb49 100644
--- a/base/lcupsi.mak
+++ b/base/lcupsi.mak
@@ -57,12 +57,12 @@ libcupsi.config-clean :
# instantiate the requested build option (shared or compiled in)
$(LIBCUPSIGEN)lcupsi.dev : $(LIBCUPSIGEN)lcupsi_$(SHARE_LCUPSI).dev\
- $(LIBCUPSI_DEPS)
+ $(LCUPSI_MAK) $(MAKEDIRS)
$(CP_) $(LIBCUPSIGEN)lcupsi_$(SHARE_LCUPSI).dev $(LIBCUPSIGEN)lcupsi.dev
# Define the shared version.
$(LIBCUPSIGEN)lcupsi_1.dev : $(ECHOGS_XE) $(LCUPSI_MAK) \
- $(MAKEDIRS)
+ $(LCUPSI_MAK) $(MAKEDIRS)
$(SETMOD) $(LIBCUPSIGEN)lcupsi_1 -link $(LCUPSI_LIBS)
# Define the non-shared version.