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 /Makerules | |
parent | 8f30ca23f7c7d9181fc532be00e22da67e38a0bf (diff) | |
download | glibc-92f3773b4c90ee2752ff391b7b6081eea10b4bca.tar glibc-92f3773b4c90ee2752ff391b7b6081eea10b4bca.tar.gz glibc-92f3773b4c90ee2752ff391b7b6081eea10b4bca.tar.bz2 glibc-92f3773b4c90ee2752ff391b7b6081eea10b4bca.zip |
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 'Makerules')
-rw-r--r-- | Makerules | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -797,7 +797,6 @@ $(foreach var,subdir subdir-dirs sources elided-routines sysdep_routines \ headers sysdep_headers distribute dont_distribute generated \ others tests extra-libs $(extra-libs:%=%-routines), echo >> $@.new '$(var) := $($(var))') -echo >> $@.new 'sources += $$(addsuffix .c,$$(elided-routines))' endef ifneq (,$(strip $(gpl2lgpl))) |