From: ggiunta Date: Sun, 11 Apr 2010 14:05:59 +0000 (+0000) Subject: - Fix bug 2978618: Broken paths in makefile install target X-Git-Tag: 3.0.0~25 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=06c8668458b268fe8aa1ec87df1750e999ab8447 - 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 --- 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