make target debclean: update to reflect recent debhelper changes (#80)
This commit is contained in:
parent
26cb607fb6
commit
958fd5e132
1 changed files with 1 additions and 1 deletions
2
mk/re.mk
2
mk/re.mk
|
@ -749,7 +749,7 @@ deb:
|
|||
debclean:
|
||||
@rm -rf build-stamp configure-stamp debian/files debian/$(PROJECT) \
|
||||
debian/lib$(PROJECT) debian/lib$(PROJECT)-dev debian/tmp \
|
||||
debian/*.debhelper debian/*.debhelper.log debian/*.substvars
|
||||
debian/.debhelper debian/*.debhelper.log debian/*.substvars
|
||||
|
||||
# RPM
|
||||
RPM := $(shell [ -d /usr/src/rpm ] 2>/dev/null && echo "rpm")
|
||||
|
|
Loading…
Add table
Reference in a new issue