Added
.if !defined(NOPIC) SUBDIR+= rtld .endif so linker can be built without building ld.so
This commit is contained in:
parent
32b24ac461
commit
7d811c1aa2
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.4 1993/11/09 04:18:50 paul Exp $
|
||||
# $Id: Makefile,v 1.5 1993/11/09 20:39:26 paul Exp $
|
||||
#
|
||||
|
||||
PROG= ld
|
||||
@ -8,7 +8,10 @@ CFLAGS += -static -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE)
|
||||
LDADD+= -lgnumalloc
|
||||
DPADD+= /usr/lib/libgnumalloc.a
|
||||
|
||||
SUBDIR= ldconfig ldd rtld
|
||||
SUBDIR= ldconfig ldd
|
||||
.if !defined(NOPIC)
|
||||
SUBDIR+= rtld
|
||||
.endif
|
||||
|
||||
.PATH: $(.CURDIR)/$(MACHINE)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user