diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-11-25 19:44:51 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-11-25 19:44:51 +0000 |
| commit | 4aa63711a7423cb419d1225ca4576b3614658454 (patch) | |
| tree | 6f111423884fb2c8c82e0def32b067c17e66183c /lib/libdwarf | |
| parent | b791fbe6302023b0cf00807865059c8f016fe5dc (diff) | |
Notes
Diffstat (limited to 'lib/libdwarf')
| -rw-r--r-- | lib/libdwarf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdwarf/Makefile b/lib/libdwarf/Makefile index 30e0c604ce95..bd98d8f4e040 100644 --- a/lib/libdwarf/Makefile +++ b/lib/libdwarf/Makefile @@ -76,7 +76,7 @@ SRCS= \ INCS= dwarf.h libdwarf.h -# +# This same hack is in lib/libelf/Makefile and usr.bin/readelf/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 |
