From: Roland McGrath Date: Tue, 2 Jul 1996 21:53:43 +0000 (+0000) Subject: * elf/Makefile: Add missing endif. X-Git-Tag: upstream/2.20~22306 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f49bc43fc0a6879424777f95eff12cb688afe89e;p=platform%2Fupstream%2Flinaro-glibc.git * elf/Makefile: Add missing endif. --- diff --git a/ChangeLog b/ChangeLog index 2e7b1a4..931f1cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Tue Jul 2 10:44:37 1996 Roland McGrath + * elf/Makefile: Add missing endif. + * nss/nss_files/files-ethers.c (ntohost): Fix db key. * nss/nss_files/files-network.c: Pass empty for new DB_LOOKUP args. diff --git a/elf/Makefile b/elf/Makefile index 524765b..4b97008 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