Commit d9b830ce by Alan Modra Committed by Richard Henderson

Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>

        * Makefile.in (config.status): Fix leading whitespace.
        (clean): Remove libchill.a.

From-SVN: r30213
parent 0b8d60fa
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) 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 * powerset.h (SET_WORD, SET_SHORT, SET_CHAR): Do not redefine based
......
...@@ -210,7 +210,7 @@ Makefile: Makefile.in config.status ...@@ -210,7 +210,7 @@ Makefile: Makefile.in config.status
config.status: configure config.status: configure
rm -f config.cache rm -f config.cache
CONFIG_SITE=no-such-file CC='$(CC)' AR='$(AR)' CFLAGS='$(CFLAGS)' \ 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 ${srcdir}/configure: configure.in
rm -f config.cache rm -f config.cache
...@@ -232,7 +232,7 @@ mostlyclean: ...@@ -232,7 +232,7 @@ mostlyclean:
@$(MULTICLEAN) multi-clean DO=mostlyclean @$(MULTICLEAN) multi-clean DO=mostlyclean
clean: mostlyclean clean: mostlyclean
rm -f config.log rm -f config.log libchill.a
@$(MULTICLEAN) multi-clean DO=clean @$(MULTICLEAN) multi-clean DO=clean
distclean: clean distclean: clean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment