From c49af27651036268d4c75d98f81ec5912375300c Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sun, 1 Apr 2007 07:32:48 +0000 Subject: Updated makefile version number detection to use VER_NUM. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.2@1161 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/makefile.unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawl-ref/source/makefile.unix b/crawl-ref/source/makefile.unix index 65896a34fd..95a50e7659 100644 --- a/crawl-ref/source/makefile.unix +++ b/crawl-ref/source/makefile.unix @@ -82,7 +82,7 @@ endif GAME_DEPENDS := $(OBJECTS) SRC_PKG_BASE := stone_soup -SRC_VERSION := $(shell egrep 'VERSION ".*"' version.h | \ +SRC_VERSION := $(shell egrep 'VER_NUM *".*"' version.h | \ egrep -o '[0-9]\.[0-9](\.[0-9])?') PKG_SRC_DIR := $(SRC_PKG_BASE)-$(SRC_VERSION)-src SRC_PKG_TAR := $(PKG_SRC_DIR).tbz2 -- cgit v1.2.3-54-g00ecf