[PATCH] small fix to Makefile.in

Stefan (metze) Metzmacher metze at metzemix.de
Tue Oct 8 20:08:00 GMT 2002


Hi Jelmer,

here's the small fix too Makefile.in

realclean removes script/findsmb
distclean removes include/stamp-h


metze
-----------------------------------------------------------------------------
Stefan "metze" Metzmacher <metze at metzemix.de>
-------------- next part --------------
diff -Npur --exclude=CVS --exclude=*.bak --exclude=*.o --exclude=*.po --exclude=.#* HEAD/source/Makefile.in HEAD-fix/source/Makefile.in
--- HEAD/source/Makefile.in	Sun Oct  6 16:29:33 2002
+++ HEAD-fix/source/Makefile.in	Tue Oct  8 21:59:47 2002
@@ -1014,10 +1014,11 @@ ctags:
 	ctags `find $(srcdir) -name "*.[ch]" | grep -v /CVS/`
 
 realclean: clean delheaders
-	-rm -f config.log $(PROGS) $(SPROGS) bin/.dummy
-	-rmdir bin
+	-rm -f config.log $(PROGS) $(SPROGS) bin/.dummy script/findsmb
+	-rm -f bin/*
 
 distclean: realclean
+	-rm -f include/stamp-h
 	-rm -f include/config.h Makefile
 	-rm -f config.status config.cache so_locations
 	-rm -rf .deps



More information about the samba-technical mailing list