Avoid circular dependency with nm

This commit is contained in:
Simon J. Gerraty
2015-06-14 03:33:27 +00:00
parent c090bf86eb
commit 7f4b19cbf8
+3
View File
@@ -103,4 +103,7 @@ elf32-target.h: elfxx-target.h
elf64-target.h: elfxx-target.h
sed -e s/NN/64/g ${.ALLSRC} > ${.TARGET}
# avoid cicular dependency
GENDIRDEPS_FILTER+= N*/nm
.include <bsd.lib.mk>