summaryrefslogtreecommitdiff
path: root/test/elfcopy/plugin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/elfcopy/plugin/Makefile')
-rw-r--r--test/elfcopy/plugin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/elfcopy/plugin/Makefile b/test/elfcopy/plugin/Makefile
index a72fbfe7d371..36e33a35687c 100644
--- a/test/elfcopy/plugin/Makefile
+++ b/test/elfcopy/plugin/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 2082 2011-10-27 04:38:32Z jkoshy $
+# $Id: Makefile 3025 2014-04-18 16:20:25Z jkoshy $
PLUGINS= ardiff teraser
@@ -9,7 +9,7 @@ ${PLUGINS}:
${MAKE} -f Makefile.${plugin}
.endfor
-clean depend:
+clean cleandepend depend:
.for plugin in ${PLUGINS}
${MAKE} -f Makefile.${plugin} ${.TARGET}
.endfor