blob: d75a5efac8e66d8bfff3d02c47016b353e819445 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- php/Makefile.orig 2019-08-12 19:54:18 UTC
+++ php/Makefile
@@ -23,7 +23,7 @@ endif
INSTALL_SUBDIRS = $(install_phpdir) $(install_libdir)
-install:: install-common
+install::
@for subdir in $(INSTALL_SUBDIRS); \
do \
if test ! -d $(DESTDIR)$$subdir ; \
|