summaryrefslogtreecommitdiff
path: root/Rules
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-03-22 02:29:36 +0000
committerRoland McGrath <roland@gnu.org>1994-03-22 02:29:36 +0000
commitc76f235b1177f8e30bcacd5de231466e87c754cb (patch)
tree2091d5c406194959db2d1a5974bc86515fba8bc6 /Rules
parent7cc19f6478a828eeb27a15edb163da421204c3b0 (diff)
Formerly ../Rules.~38~
Diffstat (limited to 'Rules')
-rw-r--r--Rules9
1 files changed, 5 insertions, 4 deletions
diff --git a/Rules b/Rules
index b8ebec3a18..c59ce9adbe 100644
--- a/Rules
+++ b/Rules
@@ -128,13 +128,14 @@ subdir_install: install-no-libc.a lib-noranlib stubs
subdir_TAGS: TAGS
# Make the distribution tarfile for the parent makefile.
-export distribute := $(distribute)
-export dont_distribute := $(dont_distribute)
-export generated := $(generated)
.PHONY: subdir_dist dist
subdir_dist: dist
dist: ../Make-dist
- $(MAKE) -f $< $(Make-dist-args)
+ $(MAKE) -f $< \
+ 'distribute := $(distribute)' \
+ 'dont_distribute := $(dont_distribute)' \
+ 'generated := $(generated)' \
+ $(Make-dist-args)
# Convenient target to update all the generated source files.
.PHONY: generated