also cleanout ld.so.a
authorderaadt <deraadt@openbsd.org>
Fri, 8 Dec 2017 05:30:16 +0000 (05:30 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 8 Dec 2017 05:30:16 +0000 (05:30 +0000)
libexec/ld.so/Makefile

index e4b0a5f..6de3863 100644 (file)
@@ -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}