From 2733f46334a2637726bd6f27b6677c64ca43fcdf Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 22 Oct 2012 04:02:51 -0400 Subject: Prevent targets from being updated multiple times. --- diff --git a/build b/build index 036041d..311e943 100755 --- a/build +++ b/build @@ -2,12 +2,15 @@ configure: oh-autoconfigure + touch $@ build: configure oh-autobuild + touch $@ install: build oh-autoinstall oh-fixperms oh-strip -k oh-installfiles + touch $@ -- cgit v0.9.1