fix clean target

This commit is contained in:
Jan Wagner 2007-11-08 08:26:03 +00:00
parent c2af72554c
commit 5a687c0f94
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
ps-watcher (1.06-8) unstable; urgency=low
* fix clean target in rules
-- Jan Wagner <waja@cyconet.org> Thu, 08 Nov 2007 09:25:25 +0100
ps-watcher (1.06-7) unstable; urgency=low
* update copyright

2
debian/rules vendored
View file

@ -24,7 +24,7 @@ clean:
rm -f build-stamp
# Add here commands to clean up after the build process.
-$(MAKE) clean
[ ! -f Makefile ] || $(MAKE) clean
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
endif