mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
* elf/Makefile: Add missing endif.
This commit is contained in:
parent
54955962d2
commit
f49bc43fc0
@ -1,5 +1,7 @@
|
|||||||
Tue Jul 2 10:44:37 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
|
Tue Jul 2 10:44:37 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
|
||||||
|
|
||||||
|
* elf/Makefile: Add missing endif.
|
||||||
|
|
||||||
* nss/nss_files/files-ethers.c (ntohost): Fix db key.
|
* nss/nss_files/files-ethers.c (ntohost): Fix db key.
|
||||||
|
|
||||||
* nss/nss_files/files-network.c: Pass empty for new DB_LOOKUP args.
|
* nss/nss_files/files-network.c: Pass empty for new DB_LOOKUP args.
|
||||||
|
@ -49,6 +49,7 @@ extra-objs = $(rtld-routines:=.so) soinit.so sofini.so
|
|||||||
generated = librtld.so dl-allobjs.so
|
generated = librtld.so dl-allobjs.so
|
||||||
install-others = $(slibdir)/$(rtld-installed-name)
|
install-others = $(slibdir)/$(rtld-installed-name)
|
||||||
install-bin = ldd
|
install-bin = ldd
|
||||||
|
endif
|
||||||
|
|
||||||
include ../Rules
|
include ../Rules
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user