summaryrefslogtreecommitdiff
path: root/examples/rules.multi2
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.multi2
parent91b8c0c1c3c6bed0407734c444161f89a2411f99 (diff)
r2021: * Don't use - in front of make clean in example rules files.
Diffstat (limited to 'examples/rules.multi2')
-rwxr-xr-xexamples/rules.multi24
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rules.multi2 b/examples/rules.multi2
index b97a6594..4e84c531 100755
--- a/examples/rules.multi2
+++ b/examples/rules.multi2
@@ -26,8 +26,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