From a1608cd360ed99656bc420fa957a5e3213f1d573 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 31 Jul 2015 09:19:08 +0200 Subject: [PATCH] fix conditional PHP var lost in transition; fix prefix for job --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1bc8fef..20bcbbc 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,10 @@ export -PHP = 5.6 +PHP ?= 5.6 JOBS ?= 2 PHP_MIRROR ?= http://us1.php.net/distributions/ -prefix ?= $(HOME) -prefix += /job-$(TRAVIS_JOB_NUMBER) +prefix ?= $(HOME)/job-$(TRAVIS_JOB_NUMBER) exec_prefix ?= $(prefix) bindir = $(exec_prefix)/bin srcdir := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))) -- 2.30.2