X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=b5760a26980c2b26faa23780bfa5135efb4dbf41;hb=774fe7d9d30a404965babd6d5c7c03c38360cace;hp=4b4171fd74bc4f52e3756b40f1f99259391e2307;hpb=322fe8c316efdb0e5844898f439bbb0cfdc52fb3;p=plcapi.git diff --git a/Makefile b/Makefile index 4b4171f..b5760a2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ # Makefile for phpxmlrpc library -# $Id: Makefile,v 1.37 2008/03/06 22:37:19 ggiunta Exp $ ### USER EDITABLE VARS ### @@ -70,7 +69,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