summaryrefslogtreecommitdiff
path: root/examples/rules
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rules')
-rwxr-xr-xexamples/rules5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/rules b/examples/rules
index d24c2b8f..d2d9f5d0 100755
--- a/examples/rules
+++ b/examples/rules
@@ -20,7 +20,7 @@ build-stamp:
clean:
dh_testdir
dh_testroot
- rm -f build-stamp install-stamp
+ rm -f build-stamp
# Add here commands to clean up after the build process.
#-$(MAKE) clean
@@ -28,8 +28,7 @@ clean:
dh_clean
-install: install-stamp
-install-stamp: build-stamp
+install:
dh_testdir
dh_testroot
dh_clean -k