diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-24 17:39:38 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-24 17:39:38 +0200 |
commit | f564b500ca718e735ed72530a52c4fe57d2c3ea6 (patch) | |
tree | f0acc2aab644f1eb105bb140d52887f0fdbc24bd /php-pear/Makefile | |
parent | 9bbb50b3a32511baadb6bfdcb464a4eca526a413 (diff) |
php-pear: for SCL
Diffstat (limited to 'php-pear/Makefile')
-rw-r--r-- | php-pear/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 + |