From f1ea540240a4e867b8b266520497542093ad9ac7 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 24 Oct 2012 03:37:11 -0400 Subject: The "install" target doesn't need "touch $@". --- (limited to 'build') diff --git a/build b/build index 1cefca4..8e866ef 100755 --- a/build +++ b/build @@ -13,9 +13,8 @@ install: build oh-fixperms oh-strip -k oh-installfiles - touch $@ clean: oh-autoclean - rm -f configure build install + rm -f configure build rm -Rf *.data -- cgit v0.9.1