From a2e149d132ff949db2282c9ae0e1d65bd9c16a35 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 19 Dec 2001 19:23:32 +0000 Subject: "make clean" should not delete makedepend, since we now track this in CVS (makedepend contains local dependencies, not and so forth)... The configure script didn't add -fpermissive or -fno-exceptions to the CFLAGS and CXXFLAGS variables. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1880 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 93926588f..2c3e15e9d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.12.2.6.2.7 2001/11/19 21:25:34 easysw Exp $" +# "$Id: Makefile,v 1.12.2.6.2.8 2001/12/19 19:23:30 easysw Exp $" # # Top-level makefile for the Fast Light Tool Kit (FLTK). # @@ -58,14 +58,14 @@ depend: makeinclude done clean: - -@ rm -f core config.cache *.o *.bck + -@ rm -f core *.o @for dir in $(DIRS); do\ echo "=== cleaning $$dir ===";\ (cd $$dir; $(MAKE) $(MFLAGS) clean) || break;\ done distclean: clean - rm -f config.log config.h config.status makeinclude + rm -f config.* makeinclude makeinclude: configure configh.in makeinclude.in if test -f config.status; then \ @@ -79,5 +79,5 @@ configure: configure.in autoconf # -# End of "$Id: Makefile,v 1.12.2.6.2.7 2001/11/19 21:25:34 easysw Exp $". +# End of "$Id: Makefile,v 1.12.2.6.2.8 2001/12/19 19:23:30 easysw Exp $". # -- cgit v1.2.3