summaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-23 22:32:53 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-23 22:32:53 +0000
commit002bc094255ee77475b8b58f14b6da3db4c4b711 (patch)
tree1c20e3c1d2ea5b23579a9661068b5076a817935d /libiberty
parentfb01e319cb36593985e9214e4139d52b2e7fc5be (diff)
downloadgcc-002bc094255ee77475b8b58f14b6da3db4c4b711.tar.gz
* Makefile.in (distclean): Don't remove alloca-conf.h
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19987 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index eccd74aee6d..e4002dcc31a 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,7 @@
+Fri May 22 11:06:41 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * Makefile.in (distclean): Don't remove alloca-conf.h
+
Fri May 22 01:38:07 1998 Hans-Peter Nilsson <hp@axis.se>
* cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index 53d2efe2942..9e6a0077331 100644
--- a/libiberty/Makefile.in
+++ b/libiberty/Makefile.in
@@ -195,7 +195,7 @@ clean: mostlyclean
@$(MULTICLEAN) multi-clean DO=clean
distclean: clean
@$(MULTICLEAN) multi-clean DO=distclean
- rm -f *~ Makefile config.status alloca-conf.h xhost-mkfrag TAGS multilib.out
+ rm -f *~ Makefile config.status xhost-mkfrag TAGS multilib.out
maintainer-clean realclean: distclean
force: