summaryrefslogtreecommitdiff
path: root/Makerules
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 /Makerules
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 'Makerules')
-rw-r--r--Makerules1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index d770957bf2..36ad9d179f 100644
--- a/Makerules
+++ b/Makerules
@@ -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)))