Skip to content

Commit

Permalink
Bug 666908: Remove MAKE:=gmake. Fix editor colorization quoting probl…
Browse files Browse the repository at this point in the history
…em. r=khuey
  • Loading branch information
Joey Armstrong committed Jun 24, 2011
1 parent db943d1 commit 5cff72f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- makefile -*-
# vim:set ts=8 sw=8 sts=8 noet:
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
Expand All @@ -23,6 +25,7 @@
# Benjamin Smedberg <[email protected]>
# Chase Phillips <[email protected]>
# Mark Mentovai <[email protected]>
# Joey Armstrong <[email protected]>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
Expand Down Expand Up @@ -95,14 +98,11 @@ endif
AUTOCONF ?= $(shell which autoconf-2.13 autoconf2.13 autoconf213 2>/dev/null | grep -v '^no autoconf' | head -1)

ifeq (,$(strip $(AUTOCONF)))
AUTOCONF=$(error Couldn't find autoconf 2.13)
AUTOCONF=$(error Could not find autoconf 2.13)
endif

MKDIR := mkdir
SH := /bin/sh
ifndef MAKE
MAKE := gmake
endif
PERL ?= perl
PYTHON ?= python

Expand Down

0 comments on commit 5cff72f

Please sign in to comment.