From 5a687c0f947f6b9989914b17ec3f5abe3dbbc593 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 8 Nov 2007 08:26:03 +0000 Subject: [PATCH] fix clean target --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 48b798d..e515e39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ps-watcher (1.06-8) unstable; urgency=low + + * fix clean target in rules + + -- Jan Wagner Thu, 08 Nov 2007 09:25:25 +0100 + ps-watcher (1.06-7) unstable; urgency=low * update copyright diff --git a/debian/rules b/debian/rules index 45bf57f..ab70dfa 100755 --- a/debian/rules +++ b/debian/rules @@ -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