From 20286b40c6493de15d67687eb3e2fbf18bd6d779 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@llnl.gov> Date: Mon, 3 Mar 2008 20:20:54 +0000 Subject: [PATCH] ok hopefully this will build the rpms --- contribs/phpext/Makefile.am | 4 ++-- contribs/phpext/Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contribs/phpext/Makefile.am b/contribs/phpext/Makefile.am index 291f7080217..365ea0c5e3e 100644 --- a/contribs/phpext/Makefile.am +++ b/contribs/phpext/Makefile.am @@ -14,7 +14,7 @@ all-local: if [ ! -f configure ]; then \ $(phpize); \ fi && \ - ./configure; \ + ./configure ; \ if [ ! -f Makefile ]; then \ exit 0;\ fi \ @@ -27,7 +27,7 @@ install-exec-local: if [ ! -f Makefile ]; then \ exit 0;\ fi && \ - $(MAKE) DESTDIR=$(DESTDIR) $(add_flags) install && \ + $(MAKE) INSTALL_ROOT=$(DESTDIR) $(add_flags) install && \ cd ..; clean-generic: diff --git a/contribs/phpext/Makefile.in b/contribs/phpext/Makefile.in index 2ee7712d40c..abd8350c6cf 100644 --- a/contribs/phpext/Makefile.in +++ b/contribs/phpext/Makefile.in @@ -405,7 +405,7 @@ all-local: if [ ! -f configure ]; then \ $(phpize); \ fi && \ - ./configure; \ + ./configure ; \ if [ ! -f Makefile ]; then \ exit 0;\ fi \ @@ -418,7 +418,7 @@ install-exec-local: if [ ! -f Makefile ]; then \ exit 0;\ fi && \ - $(MAKE) DESTDIR=$(DESTDIR) $(add_flags) install && \ + $(MAKE) INSTALL_ROOT=$(DESTDIR) $(add_flags) install && \ cd ..; clean-generic: -- GitLab