]> git.donarmstrong.com Git - debhelper.git/blobdiff - examples/rules.indep
r2021: * Don't use - in front of make clean in example rules files.
[debhelper.git] / examples / rules.indep
index ecae7280e256f7f49a6cfabd6968c77c4b344b1f..428f4e9ac5f91645946f8498d33a72fcdc82f31a 100755 (executable)
@@ -22,8 +22,8 @@ clean:
        rm -f build-stamp
 
        # Add here commands to clean up after the build process.
-       #-$(MAKE) clean
-       #-$(MAKE) distclean
+       #$(MAKE) clean
+       #$(MAKE) distclean
 
        dh_clean