diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-09-23 01:15:04 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-09-23 01:15:04 +0000 |
commit | 5eb193313f2b8b3cc5c80d8db9c6fdcb38db7ed9 (patch) | |
tree | d7bfcf2656eb447595beadc92a5b49053a6ede3a /libexec/ld.so/Makefile | |
parent | ad9792a6197971bbb3fdb46deaa50843969f89f1 (diff) |
sigh. again
Diffstat (limited to 'libexec/ld.so/Makefile')
-rw-r--r-- | libexec/ld.so/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libexec/ld.so/Makefile b/libexec/ld.so/Makefile index 29a2f6998ec..29beadf5d39 100644 --- a/libexec/ld.so/Makefile +++ b/libexec/ld.so/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2005/09/22 22:33:40 drahn Exp $ +# $OpenBSD: Makefile,v 1.29 2005/09/23 01:15:03 drahn Exp $ SUBDIR=ldconfig ldd VPATH=${.CURDIR}/../../lib/libc/string @@ -23,8 +23,6 @@ CFLAGS += -I${.CURDIR} -I${.CURDIR}/${MACHINE_ARCH} \ INSTALL_STRIP= ELF_LDFLAGS+=--shared -Bsymbolic -CFLAGS += -g -ELF_LDFLAGS+=-g $(PROG): $(LD) -x -e _dl_start $(ELF_LDFLAGS) -o $(PROG) $(OBJS) $(LDADD) |