Skip to content

Commit

Permalink
Small improvement to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Jun 15, 2014
1 parent 4c4c289 commit 9b4a6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,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
Expand Down

0 comments on commit 9b4a6c2

Please sign in to comment.