From 11f28876ceb634d29439462195cfa831dd2bed43 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 9 Apr 2013 00:12:49 -0500 Subject: Makefile: fix parallel build issue In the main Makefile, the installafter target should have a dependency on realinstall to make sure it is processed in the correct order. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d6c61a1..fa9bb27 100644 --- a/Makefile +++ b/Makefile @@ -15,5 +15,5 @@ include ${MK}/subdir.mk include ${MK}/dist.mk include ${MK}/git.mk -_installafter: +_installafter: realinstall ${ECHO} "${VERSION}${GITVER}" > ${DESTDIR}/${LIBEXECDIR}/version -- cgit v1.2.3-65-gdbad