diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-10-03 08:15:09 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-10-03 08:15:09 +0200 |
commit | 966672b491a8e223f9d48deb7bed7ff3ca24d58f (patch) | |
tree | ba39c28d6ff6e9ad64bad9b69a07d1cbb6776037 /Makefile | |
parent | 1773db66fefe1909d4b64c4de85dae0a6a49e78b (diff) |
PHP 5.6.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |