From a991759ccb30dc349fa1a29225b1fbfe1fd2cce2 Mon Sep 17 00:00:00 2001 From: MATSUU Takuto Date: Mon, 26 Nov 2007 02:50:07 +0900 Subject: [PATCH] fix parallel make install --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2d30c5e6..e84e4b66 100644 --- a/Makefile +++ b/Makefile @@ -62,9 +62,9 @@ strip: awesome awesome-client strip awesome strip awesome-client -install: awesome.1 strip install-unstrip +install: strip install-unstrip -install-unstrip: +install-unstrip: awesome awesome-client awesome.1 @echo installing executable file to ${DESTDIR}${PREFIX}/bin @mkdir -p ${DESTDIR}${PREFIX}/bin @cp -f awesome awesome-client ${DESTDIR}${PREFIX}/bin