summaryrefslogtreecommitdiff
path: root/Make-dist
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-05-17 03:53:20 +0000
committerRoland McGrath <roland@gnu.org>1994-05-17 03:53:20 +0000
commita1ebf60f9145e7506ef7bc5cb23d85fdc3030510 (patch)
treec741e2b382d8364eeb5b472c00457520f0464393 /Make-dist
parenta40c9641094547d86b03e56f3ec61dda498d8143 (diff)
Formerly ../Make-dist.~66~
Diffstat (limited to 'Make-dist')
-rw-r--r--Make-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make-dist b/Make-dist
index 9ef8818e48..e8b2c4fb7d 100644
--- a/Make-dist
+++ b/Make-dist
@@ -50,7 +50,7 @@ all-headers := $(patsubst +header+%,%,$(filter +header+%,$(+distinfo)))
# It is not safe to use `$(wildcard $(all-headers))' to ignore headers
# without top-level indirections because some of $(all-headers) might need
# to be found in sysdeps/.
-all-headers := $(filter-out rpc/%,$(all-headers))
+all-headers := $(filter-out rpc/% rpcsvc/%,$(all-headers))
+subdir-nodist := $(patsubst +nodist+%,%,$(filter +nodist+%,$(+distinfo)))
+subdir-headers := $(filter-out $(headers),$(all-headers))
endif