summaryrefslogtreecommitdiff
path: root/Make-dist
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-11-09 12:55:38 +0000
committerRoland McGrath <roland@gnu.org>1993-11-09 12:55:38 +0000
commit7f413e76d0c81bfcf3b5435d943da3fae27fa1d6 (patch)
tree4bf7644fb97eb162a640cedce170539a7fe98283 /Make-dist
parent7598f7b28260a91ec2cd1bddbbe9690d6b11d53b (diff)
Formerly ../Make-dist.~59~
Diffstat (limited to 'Make-dist')
-rw-r--r--Make-dist5
1 files changed, 3 insertions, 2 deletions
diff --git a/Make-dist b/Make-dist
index 71d4bbb8bb..4bd908eca9 100644
--- a/Make-dist
+++ b/Make-dist
@@ -51,8 +51,8 @@ endif
ifdef subdir
all-headers = $(headers)
else
-+distinfo := $(shell MAKEFLAGS= MFLAGS= $(MAKE) -s no_deps=t echo-distinfo \
- | grep -v '^make')
++distinfo := $(shell MAKEFLAGS= MFLAGS= $(MAKE) -s no_deps=t no_ir=t \
+ echo-distinfo | grep -v '^make')
all-headers := $(patsubst +header+%,%,$(filter +header+%,$(+distinfo)))
+subdir-nodist := $(patsubst +nodist+%,%,$(filter +nodist+%,$(+distinfo)))
+subdir-headers := $(filter-out $(headers),$(all-headers))
@@ -213,3 +213,4 @@ unexport distribute generated
# Fnord.
export inhibit_mach_syscalls=t
export no_deps=t
+export inhibit_interface_rules=t