Hi Jelmer,

here's the small fix too Makefile.in

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


metze
-----------------------------------------------------------------------------
Stefan "metze" Metzmacher <[EMAIL PROTECTED]>
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

Reply via email to