From 87b450011169d3f49814f84c040de65e8b56fa21 Mon Sep 17 00:00:00 2001 From: nigel <> Date: Sat, 7 Nov 2009 07:41:04 +0000 Subject: [PATCH] A few more fixes to thoroughly clean --- BasiliskII/src/MacOSX/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BasiliskII/src/MacOSX/Makefile.in b/BasiliskII/src/MacOSX/Makefile.in index 4a50b271..6359247a 100644 --- a/BasiliskII/src/MacOSX/Makefile.in +++ b/BasiliskII/src/MacOSX/Makefile.in @@ -189,14 +189,14 @@ mostlyclean: clean: mostlyclean rm -f $(UNIXSRCS) + rm -f README.txt distclean: clean rm -rf $(foreach arch, $(TARGET_ARCHES), $(GEN_DIR).$(arch)) rm -rf $(foreach arch, $(TARGET_ARCHES), $(OBJ_DIR).$(arch)) rm -rf autom4te.cache rm -f Makefile - rm -f config.cache config.log config.status config.h - rm -f Darwin/lowmem Darwin/pagezero + rm -f config.cache config.log config.status config.h configure depend dep: makedepend $(CPPFLAGS) -Y. $(SRCS) 2>/dev/null