• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/Debian/debian-sarge/patches/
1diff -uNr samba-3.0.7.orig/source/Makefile.in samba-3.0.7/source/Makefile.in
2--- samba-3.0.7.orig/source/Makefile.in	2004-10-25 10:06:08.000000000 -0700
3+++ samba-3.0.7/source/Makefile.in	2004-10-25 10:03:31.000000000 -0700
4@@ -1371,6 +1371,7 @@
5 
6 python_clean:
7 	@-if test -n "$(PYTHON)"; then $(PYTHON) python/setup.py clean; fi
8+	@-rm -rf build/
9 
10 # revert to the previously installed version
11 revert:
12@@ -1512,6 +1514,7 @@
13 
14 distclean: realclean
15 	-rm -f include/stamp-h
16+	-rm -f script/gen-8bit-gap.sh smbadduser
17 	-rm -f include/config.h Makefile
18 	-rm -f config.status config.cache so_locations
19 	-rm -rf .deps TAGS
20