diff options
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/Makefile b/elf/Makefile index 19c5ef8c8f..45494de4a8 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -1,5 +1,3 @@ -# Makefile for elf subdirectory of GNU C Library. - # Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. # This file is part of the GNU C Library. @@ -18,6 +16,8 @@ # write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. +# Makefile for elf subdirectory of GNU C Library. + subdir := elf headers = elf.h bits/elfclass.h bits/dlfcn.h link.h dlfcn.h |