mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Pretty please with sugar on top ?
git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@241 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
13e26f9945
commit
44b989f966
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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$$' | sed -e 's/\$$Revision: \([0-9]\+\)\$$$$/\1/')\"
|
||||
|
||||
# Comment on non-gnu systems
|
||||
OPTFLAGS += -DHAVE_GETOPT_LONG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue