place the afterinstall: target correctly for static-only architectures
authorderaadt <deraadt@openbsd.org>
Fri, 19 Dec 2014 14:19:41 +0000 (14:19 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 19 Dec 2014 14:19:41 +0000 (14:19 +0000)
libexec/ld.so/Makefile

index 1f8ace1..ad13e0d 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.52 2014/12/16 23:59:47 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.53 2014/12/19 14:19:41 deraadt Exp $
 
 SUBDIR=ldconfig ldd
 MAN=   ld.so.1
@@ -24,6 +24,9 @@ SRCS+=        library_mquery.c
 SRCS+= library.c
 .endif
 
+afterinstall:
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+           ${.OBJDIR}/ld.so ${DESTDIR}/sbin/ld.so
 
 .include "${.CURDIR}/${MACHINE_CPU}/Makefile.inc"
 .PATH: ${.CURDIR}/${MACHINE_CPU}
@@ -52,10 +55,6 @@ $(PROG): $(test_prog)
        cp $(candidate) $@
 .endif
 
-afterinstall:
-       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
-           ${.OBJDIR}/ld.so ${DESTDIR}/sbin/ld.so
-
 .include <bsd.prog.mk>
 
 boot.o: boot.c