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/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/rtemstoolkit/elftoolchain/common/Makefile b/rtemstoolkit/elftoolchain/common/Makefile
index b7b5372..7a74620 100644
--- a/rtemstoolkit/elftoolchain/common/Makefile
+++ b/rtemstoolkit/elftoolchain/common/Makefile
@@ -1,15 +1,18 @@
-# $Id: Makefile 2140 2011-11-10 14:27:03Z jkoshy $
+# $Id: Makefile 3594 2018-04-11 18:26:50Z jkoshy $
TOP= ..
-INCS= elfdefinitions.h
-INCSDIR?= /usr/include
+INCS= elfdefinitions.h
+INCSDIR= /usr/include
.PHONY: all clean clobber depend obj
-all depend obj:
+all depend:
clean clobber:
rm -f ${CLEANFILES}
+cleandepend:
+ rm -f ${.OBJDIR}/.depend
+
.include "${TOP}/mk/elftoolchain.inc.mk"