From d9071fefaf6685b2ea8f40e9eaddb19190dfa12a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 11 May 1992 17:58:27 +0000 Subject: Formerly ../Make-dist.~34~ --- Make-dist | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Make-dist') 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 -- cgit v1.2.3