aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorJosip Rodin <joy>2008-08-17 00:40:40 +0000
committerJosip Rodin <joy>2008-08-17 00:40:40 +0000
commit9508f6bb7271e8f6e46bbcf9cf491ccde9d1224b (patch)
tree12dca86ef95c3cadcaae4d55953268425d85d557 /Makefile.common
parent05ee5eb09f1dbdc09ae89cbb471728499c38c54a (diff)
removed misplaced generic %.xy.html dependency exceptions, now they're over there where they should be
CVS version numbers Makefile.common: 1.91 -> 1.92
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common20
1 files changed, 0 insertions, 20 deletions
diff --git a/Makefile.common b/Makefile.common
index d0a3cd642e0..e894bf9d3c2 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -71,26 +71,6 @@ cleandest:: $(existing-SUBS-cleandest)
$(existing-SUBS-cleandest):
-$(MAKE) -C $(patsubst %-cleandest,%,$@) cleandest
-# subdirectories of News, events and security dirs each have
-# their own generic wml file deps
-ifneq "$(findstring /News/,$(CURDIR))" ""
-NOGENERICDEP := true
-endif
-ifneq "$(findstring /events/,$(CURDIR))" ""
-NOGENERICDEP := true
-endif
-ifneq "$(findstring /security/,$(CURDIR))" ""
-ifeq "$(findstring security/audit,$(CURDIR))" ""
-NOGENERICDEP := true
-endif
-endif
-ifneq "$(findstring legal/licenses,$(CURDIR))" ""
-NOGENERICDEP := true
-endif
-ifneq "$(findstring /users/,$(CURDIR))" ""
-NOGENERICDEP := true
-endif
-
# the rule for every wml file
ifndef NOGENERICDEP
ifeq "$(findstring /CD,$(CURDIR))" ""

© 2014-2024 Faster IT GmbH | imprint | privacy policy