commit 016e0b8a8020e59fe9a66f8d3c2b33ac9d3bfd05
Author: Oswald Buddenhagen <[email protected]>
Date: Sat Feb 6 19:38:12 2010 +0100
fix "make distcheck"
this makes the deb-clean target shadow build safe
Makefile.am | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index d5a900c..a6978b2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,8 +12,9 @@ deb:
CFLAGS="-O2 -mcpu=i686" fakeroot debian/rules binary
deb-clean:
- dh_clean -Xsrc/
- fakeroot debian/rules unpatch
+ cd $(srcdir) && \
+ dh_clean -Xsrc/ && \
+ fakeroot debian/rules unpatch
distdir distclean: deb-clean
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel