summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/elftoolchain/common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rtemstoolkit/elftoolchain/common/Makefile')
-rw-r--r--rtemstoolkit/elftoolchain/common/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/rtemstoolkit/elftoolchain/common/Makefile b/rtemstoolkit/elftoolchain/common/Makefile
index d13e806..b7b5372 100644
--- a/rtemstoolkit/elftoolchain/common/Makefile
+++ b/rtemstoolkit/elftoolchain/common/Makefile
@@ -1,13 +1,15 @@
-# $Id$
+# $Id: Makefile 2140 2011-11-10 14:27:03Z jkoshy $
TOP= ..
INCS= elfdefinitions.h
INCSDIR?= /usr/include
-all obj depend:
+.PHONY: all clean clobber depend obj
-clean:
+all depend obj:
+
+clean clobber:
rm -f ${CLEANFILES}
.include "${TOP}/mk/elftoolchain.inc.mk"