summaryrefslogtreecommitdiff
path: root/examples/rules.multi
diff options
context:
space:
mode:
authorjoeyh <joeyh>2007-08-28 20:50:06 +0000
committerjoeyh <joeyh>2007-08-28 20:50:06 +0000
commit1201d7c515843f1bd5d92540786aef4672e47cc1 (patch)
treeec4544193e99535f8e16a5ee82663d1e2a209ca3 /examples/rules.multi
parent91b8c0c1c3c6bed0407734c444161f89a2411f99 (diff)
r2021: * Don't use - in front of make clean in example rules files.
Diffstat (limited to 'examples/rules.multi')
-rwxr-xr-xexamples/rules.multi4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rules.multi b/examples/rules.multi
index d481f15f..3ca9719b 100755
--- a/examples/rules.multi
+++ b/examples/rules.multi
@@ -24,8 +24,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