From: Steve K. <sg...@tr...> - 2010-04-22 00:08:11
|
The program in the commented out subdirectory doe not build due to a missing -I to the libelf.h file. -- Steve Index: tset/Makefile =================================================================== --- tset/Makefile (revision 892) +++ tset/Makefile (working copy) @@ -10,7 +10,7 @@ SUBDIR+= elf_end SUBDIR+= elf_errmsg SUBDIR+= elf_errno SUBDIR+= elf_fill -SUBDIR+= elf_flagarhdr +#SUBDIR+= elf_flagarhdr SUBDIR+= elf_flagdata SUBDIR+= elf_flagehdr SUBDIR+= elf_flagelf |