summaryrefslogtreecommitdiff
path: root/Make-dist
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-06 06:05:11 +0000
committerRoland McGrath <roland@gnu.org>1996-06-06 06:05:11 +0000
commit92f3773b4c90ee2752ff391b7b6081eea10b4bca (patch)
tree6dba2592f058a82dc1d576c12e6b0d368ee1ff95 /Make-dist
parent8f30ca23f7c7d9181fc532be00e22da67e38a0bf (diff)
Thu Jun 6 02:00:42 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960606
* Makerules (distinfo-vars): Don't write constant line to frob sources. * Make-dist (sources): Append $(elided-routines) and $(extra-libs) routines.
Diffstat (limited to 'Make-dist')
-rw-r--r--Make-dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/Make-dist b/Make-dist
index 3f5a0e3183..bba703cb26 100644
--- a/Make-dist
+++ b/Make-dist
@@ -62,6 +62,9 @@ all-headers := $(sort $(headers) $(wildcard $(all-headers)))
endif
foo:=$(shell echo 'IS THIS WORKING??? all-headers=$(all-headers)' >&2)
+sources += $(addsuffix .c,$(elided-routines) \
+ $(foreach l,$(extra-libs),$($l-routines)))
+
# Find all sysdep sources and headers.
+maybe-sysdeps := $(sources) $(sources:.c=.s) $(sources:.c=.S) $(all-headers) \
$(filter %.c %.S %.s %.h %.sub,$(distribute))