Skip to content

Commit

Permalink
small makefile tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Jul 1, 2017
1 parent e885361 commit f9fab3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PHPINCLUDEDIR=/usr/local/lib/php
# mkdir is a thorny beast under windows: make sure we can not use the cmd version, running eg. "make MKDIR=mkdir.exe"
MKDIR=mkdir

#find too
# find too
FIND=find


Expand All @@ -20,7 +20,7 @@ FIND=find
# recover version number from code
# thanks to Firman Pribadi for unix command line help
# on unix shells lasts char should be \\2/g )
export VERSION=$(shell egrep "\$GLOBALS *\[ *'xmlrpcVersion' *\] *= *'" lib/xmlrpc.inc | sed -r s/"(.*= *' *)([0-9a-zA-Z.-]+)(.*)"/\2/g )
export VERSION=$(shell grep -E "\$GLOBALS *\[ *'xmlrpcVersion' *\] *= *'" lib/xmlrpc.inc | sed -r s/"(.*= *' *)([0-9a-zA-Z.-]+)(.*)"/\2/g )

LIBFILES=lib/xmlrpc.inc lib/xmlrpcs.inc lib/xmlrpc_wrappers.inc

Expand Down

0 comments on commit f9fab3f

Please sign in to comment.