about summary refs log tree commit diff
path: root/soft-fp/Makefile
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-09-06 07:07:57 +0000
committerAndreas Jaeger <aj@suse.de>2000-09-06 07:07:57 +0000
commitc4f6041808c7e15e9e6b30a9ef89872798885289 (patch)
treecd35766a8860fb158b046395880ba22f85d293bc /soft-fp/Makefile
parent2e1184e8155eb3c93c0d52e14fe56e19411ae0e7 (diff)
downloadglibc-c4f6041808c7e15e9e6b30a9ef89872798885289.tar.gz
glibc-c4f6041808c7e15e9e6b30a9ef89872798885289.tar.xz
glibc-c4f6041808c7e15e9e6b30a9ef89872798885289.zip
(distribute): Remove ChangeLog.
Diffstat (limited to 'soft-fp/Makefile')
-rw-r--r--soft-fp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/soft-fp/Makefile b/soft-fp/Makefile
index 16bad84840..826fe20e22 100644
--- a/soft-fp/Makefile
+++ b/soft-fp/Makefile
@@ -35,8 +35,7 @@ gcc-quad-routines := negtf2 addtf3 subtf3 multf3 divtf3 eqtf2 \
 	trunctfdf2 sqrttf2
 
 distribute := double.h op-1.h op-2.h op-4.h op-common.h quad.h \
-	single.h soft-fp.h extended.h ChangeLog Banner \
-	op-8.h testit.c \
+	single.h soft-fp.h extended.h Banner op-8.h testit.c \
 	$(addsuffix .c,$(gcc-single-routines)) \
 	$(addsuffix .c,$(gcc-double-routines)) \
 	$(addsuffix .c,$(gcc-quad-routines))