aboutsummaryrefslogtreecommitdiff
path: root/libchill
diff options
context:
space:
mode:
authorAlan Modra <alan@SPRI.Levels.UniSA.Edu.Au>1999-10-27 08:14:18 +0000
committerRichard Henderson <rth@gcc.gnu.org>1999-10-27 01:14:18 -0700
commitd9b830ce251eda424d3acaa40ce62cf3969cf7df (patch)
treed7c731c9dc08ecac78be4653d1f1a3053728124c /libchill
parent0b8d60fa5dbf87627b1531b54724e00d4d9b2115 (diff)
downloadgcc-d9b830ce251eda424d3acaa40ce62cf3969cf7df.zip
gcc-d9b830ce251eda424d3acaa40ce62cf3969cf7df.tar.gz
gcc-d9b830ce251eda424d3acaa40ce62cf3969cf7df.tar.bz2
Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
* Makefile.in (config.status): Fix leading whitespace. (clean): Remove libchill.a. From-SVN: r30213
Diffstat (limited to 'libchill')
-rw-r--r--libchill/ChangeLog5
-rw-r--r--libchill/Makefile.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/libchill/ChangeLog b/libchill/ChangeLog
index 4704da9..cf6c965 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 f4fb263..ef0f228 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