aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorOleksandr Tymoshenko <gonzo@FreeBSD.org>2017-05-08 23:57:54 +0000
committerOleksandr Tymoshenko <gonzo@FreeBSD.org>2017-05-08 23:57:54 +0000
commit838782d5a9bdf2c208ef2b2618c51dc5da3f880e (patch)
tree1ffa03919ee70b90b576470a24a2b768a84b2ca9 /gnu
parent1812bb800d4df1b6f335b18f24381291b197762f (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/dtc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/dtc/Makefile b/gnu/usr.bin/dtc/Makefile
index cdbbf4bba2119..d9fcc6404a917 100644
--- a/gnu/usr.bin/dtc/Makefile
+++ b/gnu/usr.bin/dtc/Makefile
@@ -34,7 +34,7 @@ OBJS+= dtc-parser.tab.o dtc-lexer.lex.o
CLEANFILES+= dtc-parser.tab.o dtc-lexer.lex.o dtc-parser.tab.c \
dtc-parser.tab.h dtc-lexer.lex.c ${DTCVERSIONFILE}
-${DTCVERSIONFILE}:
+${DTCVERSIONFILE}: ${DTCDIR}/Makefile
@echo '#define DTC_VERSION "DTC ${DTCVERSION}"' > ${DTCVERSIONFILE}
dtc-parser.tab.o: dtc-parser.tab.c dtc-parser.tab.h