From a1ebf60f9145e7506ef7bc5cb23d85fdc3030510 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 17 May 1994 03:53:20 +0000 Subject: Formerly ../Make-dist.~66~ --- Make-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Make-dist') 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 -- cgit v1.2.3