One more test, I hope

git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@240 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
Dag Wieers 2008-08-10 01:23:20 +00:00
parent 20c46e3756
commit 13e26f9945

View file

@ -6,7 +6,7 @@ CC ?= cc
CFLAGS ?= -Wall -O2 -ggdb
#OPTFLAGS = -DREVISION=\"$(shell svnversion | awk 'BEGIN { RS=":" } { next } END { print $$1 }')\"
OPTFLAGS = -DREVISION=\"$(shell echo '$Revision: 234$' | sed -e 's/\$Revision: \([0-9]\+\)\$$/\1/')\"
OPTFLAGS = -DREVISION=\"$(shell echo '$$Revision: 234$$' | sed -e 's/\$$Revision: \([0-9]\+\)\$$$$/\1/')\"
# Comment on non-gnu systems
OPTFLAGS += -DHAVE_GETOPT_LONG