]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in (distclean): Don't remove alloca-conf.h
authorAndreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Sat, 23 May 1998 22:32:53 +0000 (22:32 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 23 May 1998 22:32:53 +0000 (16:32 -0600)
From-SVN: r19987

libiberty/ChangeLog
libiberty/Makefile.in

index eccd74aee6d009282d22da697fc6e344f67f8e66..e4002dcc31a93e9fae50d14110ad4e8b9e47e403 100644 (file)
@@ -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.
index 53d2efe2942910b861b0922f8bcb41864934b1ae..9e6a007733122caceb30ffc7ec47f568d608479a 100644 (file)
@@ -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: