From 6b269682a5bdf37d1b67aac870897deadea25958 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 22 Oct 2012 04:02:28 -0400 Subject: Add a "configure" target. --- diff --git a/build b/build index 0739d7d..036041d 100755 --- a/build +++ b/build @@ -1,7 +1,9 @@ #! /usr/bin/make -f -build: +configure: oh-autoconfigure + +build: configure oh-autobuild install: build -- cgit v0.9.1