From: Andreas Schwab Date: Sat, 23 May 1998 22:32:53 +0000 (+0000) Subject: * Makefile.in (distclean): Don't remove alloca-conf.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=10c62dce0453890fb31bd380e938c3c090e7a3f4;p=gcc.git * Makefile.in (distclean): Don't remove alloca-conf.h From-SVN: r19987 --- 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 + + * Makefile.in (distclean): Don't remove alloca-conf.h + Fri May 22 01:38:07 1998 Hans-Peter Nilsson * 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: