Browse Source

fix "make distcheck"

this makes the deb-clean target shadow build safe
wip/maildir-uid-dupes-test
Oswald Buddenhagen 15 years ago
parent
commit
2a5ff54683
  1. 3
      Makefile.am

3
Makefile.am

@ -12,7 +12,8 @@ deb:
CFLAGS="-O2 -mcpu=i686" fakeroot debian/rules binary
deb-clean:
dh_clean -Xsrc/
cd $(srcdir) && \
dh_clean -Xsrc/ && \
fakeroot debian/rules unpatch
distdir distclean: deb-clean

Loading…
Cancel
Save