From dff8c7e551fb8019ccae69868ab0dc18a03346bf Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 16 Nov 2012 22:29:06 -0500 Subject: Add a "nop" makefile target. --- diff --git a/build b/build index 2a4e137..df1bf40 100755 --- a/build +++ b/build @@ -1,5 +1,8 @@ #! /usr/bin/make -f +nop: + @: + configure: oh-autoconfigure touch $@ -- cgit v0.9.1