aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorThomas Huriaux <thuriaux>2005-09-12 11:40:27 +0000
committerThomas Huriaux <thuriaux>2005-09-12 11:40:27 +0000
commit0fde93e3a0a1c994658afcb2c7b7d88fdb73d586 (patch)
tree97e900d76445a3df728ad95f8e226a75b9993a60 /Makefile.common
parent8478e16dd5cbeb229c39155df307ba52b6469cd8 (diff)
Add NOGENERICDEP := true for /users/
CVS version numbers Makefile.common: 1.86 -> 1.87
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 9729f0909b6..9cda40f9d61 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -87,6 +87,9 @@ endif
ifneq "$(findstring legal/licenses,$(CURDIR))" ""
NOGENERICDEP := true
endif
+ifneq "$(findstring /users/,$(CURDIR))" ""
+NOGENERICDEP := true
+endif
# the rule for every wml file
ifndef NOGENERICDEP

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