From 8ced156f93e799f64cf43e4a09adde90a342b452 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Tue, 31 Dec 2013 17:04:21 -0800 Subject: [PATCH] Makefile: Fix building with GNU Make 3.82 (thanks Catoptromancy) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e2ecbdfb..3136bab2 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -VERSION != git describe +VERSION!=git describe WADS=wads CPP=scripts/simplecpp DEUTEX=deutex