summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2010-11-11 23:32:43 +0000
committerReuben Thomas <rrt@sc3d.org>2010-11-11 23:32:43 +0000
commitd98644d4b02871422f5688d8c20717ec884f9dd9 (patch)
treedd823dcb7166707676783069c1632fee7cc11827
parente610a11ea765fd47634a8de97cec3afacc4960eb (diff)
downloadlrexlib-rel-2-5-2.tar.gz
Add definition of missing VERSION.rel-2-5-2
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3038999..1e03f4e 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,8 @@ include src/defaults.mak
REGNAMES = gnu pcre posix oniguruma tre
PROJECT = lrexlib
-PROJECT_VERSIONED = $(PROJECT)-$(V).$(MINORV)
+VERSION = $(V).$(MINORV)
+PROJECT_VERSIONED = $(PROJECT)-$(VERSION)
DISTFILE = $(PROJECT_VERSIONED).zip
all: