From f564b500ca718e735ed72530a52c4fe57d2c3ea6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 24 Aug 2014 17:39:38 +0200 Subject: php-pear: for SCL --- php-pear/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 php-pear/Makefile (limited to 'php-pear/Makefile') diff --git a/php-pear/Makefile b/php-pear/Makefile new file mode 100644 index 0000000..13af741 --- /dev/null +++ b/php-pear/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + -- cgit