summaryrefslogtreecommitdiff
path: root/examples/rules.multi
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rules.multi')
-rwxr-xr-xexamples/rules.multi3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/rules.multi b/examples/rules.multi
index 55260d7e..e5a10b6a 100755
--- a/examples/rules.multi
+++ b/examples/rules.multi
@@ -27,7 +27,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
@@ -46,7 +46,6 @@ install: build
#$(MAKE) prefix=`pwd`/debian/tmp/usr install
dh_movefiles
- touch install-stamp
# Build architecture-independent files here.
# Pass -i to all debhelper commands in this target to reduce clutter.