summaryrefslogtreecommitdiff
path: root/Make-dist
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-05-11 17:58:27 +0000
committerRoland McGrath <roland@gnu.org>1992-05-11 17:58:27 +0000
commitd9071fefaf6685b2ea8f40e9eaddb19190dfa12a (patch)
treea44b5e96d2c905e2382ceb9239471d7514ccfdae /Make-dist
parent1cea313f84aeea90ad11b5c496103ab47aa0bd7e (diff)
Formerly ../Make-dist.~34~
Diffstat (limited to 'Make-dist')
-rw-r--r--Make-dist8
1 files changed, 2 insertions, 6 deletions
diff --git a/Make-dist b/Make-dist
index d5b3dc2f8a..fa6a0f8d9d 100644
--- a/Make-dist
+++ b/Make-dist
@@ -35,7 +35,7 @@ foo:=$(shell echo 'foobar=$(filter %.c %.S %.s %.h,$(distribute))'>&2)
ifndef sysdep_dirs
# Find all sysdep directories.
-sysdep_dirs := $(shell find $(..)sysdeps -type d -print)
+export sysdep_dirs := $(shell find $(..)sysdeps -type d -print)
else
# Defined by the parent.
sysdep_dirs := $(addprefix $(..),$(sysdep_dirs))
@@ -166,8 +166,4 @@ $(dist-subdirs):
endif # Subdirectory vs. parent makefile
# Get these things out of the environment because they take up lots of space.
-override distribute :=
-override sources :=
-override objects :=
-override routines :=
-override aux :=
+unexport distribute sources