summaryrefslogtreecommitdiff
path: root/cups
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2015-10-14 13:54:01 +0100
committerChris Liddell <chris.liddell@artifex.com>2015-10-14 18:04:21 +0100
commite126995d6327788ddac7fd99f55db3c1603beea7 (patch)
treecf4d5f945a47b8dc1c3b406ec66e54eeb3234464 /cups
parent74ba28a80804f82aaa68682733c7d7a3cd5f9cbd (diff)
downloadghostpdl-e126995d6327788ddac7fd99f55db3c1603beea7.tar.gz
Bug 696271: Fix a load of makefile dependencies.
A large number of targets weren't depending on the makefile in which they were defined. Almost no targets were dependent on the top level makefile. A significant number of targets were missing the "MAKEDIRS" dependency (which is specific to GNU make as an order-only prerequisite). No cluster differences
Diffstat (limited to 'cups')
-rw-r--r--cups/cups.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/cups.mak b/cups/cups.mak
index efe51fe8b..8bb5ebe9b 100644
--- a/cups/cups.mak
+++ b/cups/cups.mak
@@ -21,7 +21,7 @@
#
# define the name of this makefile
-CUPS_MAK=$(LCUPSSRCDIR)$(D)cups.mak
+CUPS_MAK=$(LCUPSSRCDIR)$(D)cups.mak $(TOP_MAKEFILES)
### ----------------- CUPS Ghostscript Driver ---------------------- ###