From 6a47e13bf2dac6b71ebdc24c7386b650f3439179 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 7 Aug 2015 11:56:49 +0200 Subject: [PATCH] buildconf in master --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 54c1b19..4be60ee 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ $(srcdir)/php-versions.json: $(srcdir)/php-version.php $(srcdir)/php-$(PHP_VERSION)/configure: | $(srcdir)/php-versions.json if test $(PHP_VERSION) = "master"; then \ - cd $(srcdir) && git clone --depth 1 -b master https://github.com/php/php-src php-master \ + cd $(srcdir) && git clone --depth 1 -b master https://github.com/php/php-src php-master && cd php-master && ./buildconf \ else \ curl -Ss $(PHP_MIRROR)/php-$(PHP_VERSION).tar.bz2 | tar xj -C $(srcdir) \ fi -- 2.30.2