After this 'make install' just works.
Signed-off-by: Mikko Rapeli <[email protected]>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 037a04e..b0bdb36 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,7 @@ tarball:
git prune-packed
git archive --format=tar.gz --prefix=trinity-$(VERSION)/ HEAD >
trinity-$(VERSION).tgz
-install:
+install: trinity
install -d -m 755 $(INSTALL_PREFIX)/bin
install trinity $(INSTALL_PREFIX)/bin
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe trinity" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html