From 6fbd56ea9baf8ff86264fe0130deeecd10331eb0 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Tue, 25 May 2004 23:41:27 +0000 Subject: 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 --- Makefile.common | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.common') 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 -- cgit v1.2.3