From 912288a60db86a776dd5b5a5ad4fb04607ab500f Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Mon, 13 Dec 2010 16:46:09 +0000 Subject: Don't use ?= in the Makefile: not necessary --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8138c30..28c0687 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ all: -INSTALL ?= install -PYTHON ?= python -EGREP ?= egrep +INSTALL = install +PYTHON = python +EGREP = egrep XMLS = $(wildcard spec/*.xml) TEMPLATES = $(wildcard doc/templates/*) -- cgit v1.2.3