- Fix bug 2978618: Broken paths in makefile install target
authorggiunta <ggiunta@013ecfd8-0664-425d-a759-9c98391dc3f9>
Sun, 11 Apr 2010 14:05:59 +0000 (14:05 +0000)
committerggiunta <ggiunta@013ecfd8-0664-425d-a759-9c98391dc3f9>
Sun, 11 Apr 2010 14:05:59 +0000 (14:05 +0000)
git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@72 013ecfd8-0664-425d-a759-9c98391dc3f9

Makefile

index 4b4171f..12a9638 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ DEBUGGERFILES=debugger/index.php \
 all: install\r
 \r
 install:\r
-       cd lib && cp ${LIBFILES} ${PHPINCLUDEDIR}\r
+       cp ${LIBFILES} ${PHPINCLUDEDIR}\r
        @echo Lib files have been copied to ${PHPINCLUDEDIR}\r
        cd doc && $(MAKE) install\r
 \r