From 385789f562a0bc7e627eb348f48e22b69eb07aa5 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 6 May 2001 16:39:57 +0000 Subject: [PATCH] Add elf.h header back, its existance is an SVR4-ELF tradition. Our ELF hints bits are still a seperate file. Requested by: jdp --- include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Makefile b/include/Makefile index 56b26187ab5e..4d9cda8f7ff6 100644 --- a/include/Makefile +++ b/include/Makefile @@ -9,7 +9,7 @@ CLEANFILES= osreldate.h version vers.c SUBDIR= rpcsvc rpc FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \ - dlfcn.h elf-hints.h err.h fnmatch.h fstab.h \ + dlfcn.h elf.h elf-hints.h err.h fnmatch.h fstab.h \ fts.h glob.h grp.h strhash.h \ hesiod.h histedit.h ieeefp.h ifaddrs.h iso646.h langinfo.h \ libgen.h limits.h link.h locale.h malloc.h memory.h mpool.h \