fix "make distcheck"
this makes the deb-clean target shadow build safe
This commit is contained in:
parent
022d137b8c
commit
2a5ff54683
|
@ -12,8 +12,9 @@ deb:
|
||||||
CFLAGS="-O2 -mcpu=i686" fakeroot debian/rules binary
|
CFLAGS="-O2 -mcpu=i686" fakeroot debian/rules binary
|
||||||
|
|
||||||
deb-clean:
|
deb-clean:
|
||||||
dh_clean -Xsrc/
|
cd $(srcdir) && \
|
||||||
fakeroot debian/rules unpatch
|
dh_clean -Xsrc/ && \
|
||||||
|
fakeroot debian/rules unpatch
|
||||||
|
|
||||||
distdir distclean: deb-clean
|
distdir distclean: deb-clean
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user