aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorFrank Lichtenheld <djpig>2004-04-29 19:41:35 +0000
committerFrank Lichtenheld <djpig>2004-04-29 19:41:35 +0000
commit65a4657efe5e97a63c1ecea84b228a0802e435c8 (patch)
treea207a339d11e92aeccfccd2dd2424516c8b4bd67 /Makefile.common
parentf8ccead54597de85e694d156f5fd572bd5700f05 (diff)
legal/licenses will need NOGENERICDEP, too
CVS version numbers Makefile.common: 1.81 -> 1.82
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index e2f1771bc04..ce49aebac6b 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -82,6 +82,9 @@ endif
ifneq "$(findstring /security/,$(CURDIR))" ""
NOGENERICDEP := true
endif
+ifneq "$(findstring legal/licenses,$(CURDIR))" ""
+NOGENERICDEP := true
+endif
# the rule for every wml file
ifndef NOGENERICDEP

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