Remove build/ subdirectory in "clean" target, not "clobber"

This commit is contained in:
Andrew M. Kuchling 2001-01-18 04:40:27 +00:00
parent 691e0e95de
commit 6f477a6c07
1 changed files with 1 additions and 1 deletions

View File

@ -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 \