Fix spelling error.

This commit is contained in:
Bryan Drewery 2015-11-25 19:48:09 +00:00
parent c2a55defd7
commit f198d81722
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291326

View File

@ -12,7 +12,7 @@ LIBADD= dwarf elftc elf
CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
# This same hack is in lib/libelf/Makefile and lib/libdward/Makefile
# This same hack is in lib/libelf/Makefile and lib/libdwarf/Makefile
# We need to link against the correct version of these files. One
# solution is to include ../../sys in the include path. This causes
# problems when a header file in sys depends on a file in another