From 4bb83bacbcdac4b7d90409410727ef942dbedce3 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 8 Dec 2017 05:30:16 +0000 Subject: [PATCH] also cleanout ld.so.a --- libexec/ld.so/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libexec/ld.so/Makefile b/libexec/ld.so/Makefile index e4b0a5fc44a..6de38637dd5 100644 --- a/libexec/ld.so/Makefile +++ b/libexec/ld.so/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.70 2017/11/05 10:29:24 rpe Exp $ +# $OpenBSD: Makefile,v 1.71 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} -- 2.20.1