diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-27 08:14:18 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-27 08:14:18 +0000 |
commit | fecc87528d2c55f2af79383849b248a8b92d2512 (patch) | |
tree | d7c731c9dc08ecac78be4653d1f1a3053728124c /libchill | |
parent | aac97179151ea6f0b0852c3b39e0a5b6676b11e8 (diff) | |
download | gcc-fecc87528d2c55f2af79383849b248a8b92d2512.tar.gz |
Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
* Makefile.in (config.status): Fix leading whitespace.
(clean): Remove libchill.a.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30213 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libchill')
-rw-r--r-- | libchill/ChangeLog | 5 | ||||
-rw-r--r-- | libchill/Makefile.in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/libchill/ChangeLog b/libchill/ChangeLog index 4704da9a7c2..cf6c965e7a7 100644 --- a/libchill/ChangeLog +++ b/libchill/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 27 01:13:12 1999 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au> + + * 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 f4fb2636308..ef0f22890af 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 |