diff options
author | Roland McGrath <roland@gnu.org> | 1996-07-02 21:53:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-07-02 21:53:43 +0000 |
commit | f49bc43fc0a6879424777f95eff12cb688afe89e (patch) | |
tree | 2251393432973573903159318f3c84274a7399a4 /elf/Makefile | |
parent | 54955962d2b2660b5aaede52557333f608d293a6 (diff) | |
download | glibc-f49bc43fc0a6879424777f95eff12cb688afe89e.tar glibc-f49bc43fc0a6879424777f95eff12cb688afe89e.tar.gz glibc-f49bc43fc0a6879424777f95eff12cb688afe89e.tar.bz2 glibc-f49bc43fc0a6879424777f95eff12cb688afe89e.zip |
* elf/Makefile: Add missing endif.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile index 524765ba30..4b970084af 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -49,6 +49,7 @@ extra-objs = $(rtld-routines:=.so) soinit.so sofini.so generated = librtld.so dl-allobjs.so install-others = $(slibdir)/$(rtld-installed-name) install-bin = ldd +endif include ../Rules |