From: Andrew M. Kuchling Date: Thu, 18 Jan 2001 04:40:27 +0000 (+0000) Subject: Remove build/ subdirectory in "clean" target, not "clobber" X-Git-Tag: v2.1a1~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f477a6c075311dff67d873792f9844bab09a38e;p=python Remove build/ subdirectory in "clean" target, not "clobber" --- diff --git a/Makefile.in b/Makefile.in index 79e28d769b..0d6b4fe597 100644 --- a/Makefile.in +++ b/Makefile.in @@ -505,6 +505,7 @@ depend: localclean: -rm -f core *~ [@,#]* *.old *.orig *.rej + -rm -rf build clean: localclean -for i in $(SUBDIRS); do \ @@ -520,7 +521,6 @@ clean: localclean localclobber: localclean -rm -f tags TAGS python$(EXE) $(LIBRARY) $(LDLIBRARY) *.o -rm -f config.log config.cache config.h - -rm -rf build clobber: localclobber -for i in $(SUBDIRS); do \