From d9b830ce251eda424d3acaa40ce62cf3969cf7df Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 27 Oct 1999 08:14:18 +0000 Subject: [PATCH] Alan Modra * Makefile.in (config.status): Fix leading whitespace. (clean): Remove libchill.a. From-SVN: r30213 --- libchill/ChangeLog | 5 +++++ libchill/Makefile.in | 4 ++-- 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 + + * 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 -- 2.7.4