diff options
Diffstat (limited to 'patches/make-distclean.patch')
-rw-r--r-- | patches/make-distclean.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/patches/make-distclean.patch b/patches/make-distclean.patch index 55daff0c65..8e9a87a924 100644 --- a/patches/make-distclean.patch +++ b/patches/make-distclean.patch @@ -6,11 +6,11 @@ Status wrt upstream: Forwarded upstream, will be in 3.0.26 Note: -Index: samba-3.0.25rc2/source/Makefile.in +Index: samba-3.0.25a/source/Makefile.in =================================================================== ---- samba-3.0.25rc2.orig/source/Makefile.in 2007-04-24 11:07:47.427810099 +0200 -+++ samba-3.0.25rc2/source/Makefile.in 2007-04-24 11:07:49.231872700 +0200 -@@ -1683,6 +1683,7 @@ +--- samba-3.0.25a.orig/source/Makefile.in 2007-05-26 07:46:28.752606632 +0200 ++++ samba-3.0.25a/source/Makefile.in 2007-05-26 07:46:30.732622416 +0200 +@@ -1688,6 +1688,7 @@ python_clean: @-if test -n "$(PYTHON)"; then $(PYTHON) python/setup.py clean; fi @@ -18,7 +18,7 @@ Index: samba-3.0.25rc2/source/Makefile.in # revert to the previously installed version revert: -@@ -1871,6 +1872,7 @@ +@@ -1876,6 +1877,7 @@ distclean: realclean -rm -f include/stamp-h |