fix "make distcheck"
this makes the deb-clean target shadow build safe
This commit is contained in:
parent
022d137b8c
commit
2a5ff54683
|
@ -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…
Reference in New Issue
Block a user