Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
* Makefile.in (config.status): Fix leading whitespace. (clean): Remove libchill.a. From-SVN: r30213
This commit is contained in:
parent
0b8d60fa5d
commit
d9b830ce25
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue