From 06c8668458b268fe8aa1ec87df1750e999ab8447 Mon Sep 17 00:00:00 2001 From: ggiunta Date: Sun, 11 Apr 2010 14:05:59 +0000 Subject: [PATCH] - Fix bug 2978618: Broken paths in makefile install target git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@72 013ecfd8-0664-425d-a759-9c98391dc3f9 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4b4171f..12a9638 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ DEBUGGERFILES=debugger/index.php \ all: install install: - cd lib && cp ${LIBFILES} ${PHPINCLUDEDIR} + cp ${LIBFILES} ${PHPINCLUDEDIR} @echo Lib files have been copied to ${PHPINCLUDEDIR} cd doc && $(MAKE) install -- 2.43.0