From 966672b491a8e223f9d48deb7bed7ff3ca24d58f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Oct 2014 08:15:09 +0200 Subject: PHP 5.6.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6c96298..5493b6b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../../../common/Makefile +include ../../common/Makefile srpm: rpmbuild $(RPMDEFINES) $(SRCDEFINES) --define 'scl php56' -bs $(NAME).spec -- cgit