]> git.donarmstrong.com Git - debhelper.git/blobdiff - examples/rules.multi
r295: * Corrected a path name in dh_installxfonts. Closes: #48315
[debhelper.git] / examples / rules.multi
index 55260d7e15f6894bfb3327eb0a1dff0f5e56607b..e5a10b6ab265b7694775f7a2975ea5c59b5a2018 100755 (executable)
@@ -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.