aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorFrank Lichtenheld <djpig>2004-05-25 23:41:27 +0000
committerFrank Lichtenheld <djpig>2004-05-25 23:41:27 +0000
commit6fbd56ea9baf8ff86264fe0130deeecd10331eb0 (patch)
tree4637398e25100c51a3d180105f4bb529ff51ba9e /Makefile.common
parentab0aa32220a50bb0701da759863a65fa6323b258 (diff)
Don't define NOGENERICDEP for security/audit to simplify the Makefile
(There has to be a cleaner way than how I did it, though) CVS version numbers Makefile.common: 1.82 -> 1.83 english/security/audit/Makefile: 1.4 -> 1.5
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index ce49aebac6b..60892022f2e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -80,8 +80,10 @@ 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

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