mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
* Makefile (subdirs): Put elf last.
This commit is contained in:
parent
693e7b964f
commit
a38f13baf0
@ -1,5 +1,7 @@
|
||||
Fri Mar 17 12:58:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
|
||||
|
||||
* Makefile (subdirs): Put elf last.
|
||||
|
||||
* sunrpc/Makefile (install-lib): Variable removed.
|
||||
(rpcsvc-objs): Variable removed.
|
||||
(extra-objs): Don't include $(rpcsvc-objs).
|
||||
|
4
Makefile
4
Makefile
@ -49,10 +49,10 @@ sysdep-subdirs := $(subst $(\n), ,$(sysdep-subdirs))
|
||||
endif
|
||||
|
||||
# These are the subdirectories containing the library source.
|
||||
subdirs := elf csu assert ctype locale math setjmp signal stdio stdlib \
|
||||
subdirs := csu assert ctype locale math setjmp signal stdio stdlib \
|
||||
malloc string time dirent grp pwd posix io termios resource \
|
||||
socket misc gnulib $(wildcard crypt) manual \
|
||||
$(sysdep-subdirs)
|
||||
$(sysdep-subdirs) elf
|
||||
export subdirs := $(subdirs) # Benign, useless in GNU make before 3.63.
|
||||
|
||||
# The mach and hurd subdirectories have many generated header files which
|
||||
|
Loading…
Reference in New Issue
Block a user