Skip to content
Snippets Groups Projects
Commit 20286b40 authored by Danny Auble's avatar Danny Auble
Browse files

ok hopefully this will build the rpms

parent e3c0bf38
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment