fix clean target
This commit is contained in:
parent
c2af72554c
commit
5a687c0f94
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -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
|
ps-watcher (1.06-7) unstable; urgency=low
|
||||||
|
|
||||||
* update copyright
|
* update copyright
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -24,7 +24,7 @@ clean:
|
||||||
rm -f build-stamp
|
rm -f build-stamp
|
||||||
|
|
||||||
# Add here commands to clean up after the build process.
|
# Add here commands to clean up after the build process.
|
||||||
-$(MAKE) clean
|
[ ! -f Makefile ] || $(MAKE) clean
|
||||||
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
|
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
|
||||||
cp -f /usr/share/misc/config.sub config.sub
|
cp -f /usr/share/misc/config.sub config.sub
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue