From 64333af6e5f8a34867253f7bcc6b22db766e0493 Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pjm@nac.net>
Date: Mon, 22 Oct 2012 04:01:30 -0400
Subject: Make "install" target depend on "build".

---
diff --git a/build b/build
index a46085c..0739d7d 100755
--- a/build
+++ b/build
@@ -4,7 +4,7 @@ build:
 	oh-autoconfigure
 	oh-autobuild
 
-install:
+install: build
 	oh-autoinstall
 	oh-fixperms
 	oh-strip -k
--
cgit v0.9.1