From 55fc460e74e2ed82f6e1cefefbbc392e8c265d69 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Sep 2012 16:17:36 +0200 Subject: php 5.3 now provides bundled pcre 8.12 on EL-6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e65467..13af741 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../../common/Makefile -- cgit