From 6f477a6c075311dff67d873792f9844bab09a38e Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 18 Jan 2001 04:40:27 +0000 Subject: [PATCH] Remove build/ subdirectory in "clean" target, not "clobber" --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.50.1