summaryrefslogtreecommitdiff
path: root/Rules
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-10-20 08:26:14 +0000
committerRoland McGrath <roland@gnu.org>1993-10-20 08:26:14 +0000
commit0673c008a3b37dde677b19f308a0d4cead4a6e73 (patch)
tree9a740308799d3e574c13dcbc49e89e15ce753ce5 /Rules
parent61bccaac6b102ac1a641ce717c5b393d1a61d6f8 (diff)
Formerly ../Rules.~29~
Diffstat (limited to 'Rules')
-rw-r--r--Rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rules b/Rules
index e2ec8d9e07..3ae2eda162 100644
--- a/Rules
+++ b/Rules
@@ -41,6 +41,10 @@ ifneq "$(findstring env,$(origin headers))" ""
headers :=
endif
+ifneq "$(findstring env,$(origin generated))" ""
+generated :=
+endif
+
ifeq "$(strip $(headers))" ""
ifneq "$(wildcard $(subdir).h)" ""
override headers := $(subdir).h