From: Alan Modra Date: Wed, 27 Oct 1999 08:14:18 +0000 (+0000) Subject: Alan Modra X-Git-Tag: prereleases/libstdc++-2.92~9853 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9b830ce251eda424d3acaa40ce62cf3969cf7df;p=thirdparty%2Fgcc.git Alan Modra * Makefile.in (config.status): Fix leading whitespace. (clean): Remove libchill.a. From-SVN: r30213 --- diff --git a/libchill/ChangeLog b/libchill/ChangeLog index 4704da9a7c2e..cf6c965e7a76 100644 --- a/libchill/ChangeLog +++ b/libchill/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 27 01:13:12 1999 Alan Modra + + * Makefile.in (config.status): Fix leading whitespace. + (clean): Remove libchill.a. + Thu Sep 2 17:50:47 1999 Jeffrey A Law (law@cygnus.com) * powerset.h (SET_WORD, SET_SHORT, SET_CHAR): Do not redefine based diff --git a/libchill/Makefile.in b/libchill/Makefile.in index f4fb26363081..ef0f22890af2 100644 --- a/libchill/Makefile.in +++ b/libchill/Makefile.in @@ -210,7 +210,7 @@ Makefile: Makefile.in config.status config.status: configure rm -f config.cache CONFIG_SITE=no-such-file CC='$(CC)' AR='$(AR)' CFLAGS='$(CFLAGS)' \ - CPPFLAGS='$(CPPFLAGS)' $(SHELL) config.status --recheck + CPPFLAGS='$(CPPFLAGS)' $(SHELL) config.status --recheck ${srcdir}/configure: configure.in rm -f config.cache @@ -232,7 +232,7 @@ mostlyclean: @$(MULTICLEAN) multi-clean DO=mostlyclean clean: mostlyclean - rm -f config.log + rm -f config.log libchill.a @$(MULTICLEAN) multi-clean DO=clean distclean: clean