Codebase list ps-watcher / debian/1.06-8
fix clean target Jan Wagner 16 years ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 ps-watcher (1.06-8) unstable; urgency=low
1
2 * fix clean target in rules
3
4 -- Jan Wagner <waja@cyconet.org> Thu, 08 Nov 2007 09:25:25 +0100
5
06 ps-watcher (1.06-7) unstable; urgency=low
17
28 * update copyright
2323 rm -f build-stamp
2424
2525 # Add here commands to clean up after the build process.
26 -$(MAKE) clean
26 [ ! -f Makefile ] || $(MAKE) clean
2727 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
2828 cp -f /usr/share/misc/config.sub config.sub
2929 endif