artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
998f22c
)
also cleanout ld.so.a
author
deraadt
<deraadt@openbsd.org>
Fri, 8 Dec 2017 05:30:16 +0000
(
05:30
+0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 8 Dec 2017 05:30:16 +0000
(
05:30
+0000)
libexec/ld.so/Makefile
patch
|
blob
|
history
diff --git
a/libexec/ld.so/Makefile
b/libexec/ld.so/Makefile
index
e4b0a5f
..
6de3863
100644
(file)
--- a/
libexec/ld.so/Makefile
+++ b/
libexec/ld.so/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.7
0 2017/11/05 10:29:24 rpe
Exp $
+# $OpenBSD: Makefile,v 1.7
1 2017/12/08 05:30:16 deraadt
Exp $
SUBDIR=ldconfig ldd
MAN= ld.so.1
@@
-76,6
+76,8
@@
$(PROG): $(test_prog) ${VERSION_SCRIPT} $(OBJS)
boot.o: boot.c
${COMPILE.c} -fno-stack-protector ${.IMPSRC}
+CLEANFILES+= ld.so.a
+
all: ld.so.a
ld.so.a: ${OBJS} ${.CURDIR}/Symbols.map ${test_prog}