diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-06 06:05:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-06 06:05:11 +0000 |
commit | 92f3773b4c90ee2752ff391b7b6081eea10b4bca (patch) | |
tree | 6dba2592f058a82dc1d576c12e6b0d368ee1ff95 /Make-dist | |
parent | 8f30ca23f7c7d9181fc532be00e22da67e38a0bf (diff) | |
download | glibc-92f3773b4c90ee2752ff391b7b6081eea10b4bca.zip glibc-92f3773b4c90ee2752ff391b7b6081eea10b4bca.tar.gz glibc-92f3773b4c90ee2752ff391b7b6081eea10b4bca.tar.bz2 |
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-dist | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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)) |