X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=a421f20dc387d221fde901a530ee69ea9c9c9ba0;hb=e885361eab7c181fe3b2e6923ced3de43ba3e285;hp=12a9638eb3034d90f709baecbc325b218be49321;hpb=06c8668458b268fe8aa1ec87df1750e999ab8447;p=plcapi.git diff --git a/Makefile b/Makefile index 12a9638..a421f20 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 ### @@ -109,7 +108,7 @@ xmlrpc-${VERSION}.zip xmlrpc-${VERSION}.tar.gz: ${LIBFILES} ${DEBUGGERFILES} ${I cp ${INFOFILES} xmlrpc-${VERSION} cd doc && $(MAKE) dist # on unix shells last char should be \; - ${FIND} xmlrpc-${VERSION} -type f ! -name "*.fttb" ! -name "*.pdf" ! -name "*.gif" -exec dos2unix {} ; + ${FIND} xmlrpc-${VERSION} -type f ! -name "*.fttb" ! -name "*.pdf" ! -name "*.gif" -exec dos2unix "{}" \; -rm xmlrpc-${VERSION}.zip xmlrpc-${VERSION}.tar.gz tar -cvf xmlrpc-${VERSION}.tar xmlrpc-${VERSION} gzip xmlrpc-${VERSION}.tar