aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/mac/max
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-04-13 00:24:18 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-04-13 00:24:18 +0000
commit4088fb791ebb50ffead13cbe80d6dd0fc480fc0c (patch)
tree97c048610662144ebedcd6d3dfb738ed95ac74cb /externals/grill/flext/buildsys/mac/max
parent9ec07f060e9221707fa1e8f272546b26dc90a1cb (diff)
more correct library versioning
svn path=/trunk/; revision=2750
Diffstat (limited to 'externals/grill/flext/buildsys/mac/max')
-rw-r--r--externals/grill/flext/buildsys/mac/max/gnumake-gcc-flext.inc8
1 files changed, 1 insertions, 7 deletions
diff --git a/externals/grill/flext/buildsys/mac/max/gnumake-gcc-flext.inc b/externals/grill/flext/buildsys/mac/max/gnumake-gcc-flext.inc
index 531d92b1..34c42aa6 100644
--- a/externals/grill/flext/buildsys/mac/max/gnumake-gcc-flext.inc
+++ b/externals/grill/flext/buildsys/mac/max/gnumake-gcc-flext.inc
@@ -10,13 +10,7 @@ OBJPATH=$(OUTPATH)/$(OUTSUB)
TARGETPATH=$(OBJPATH)
TARGETNAME=$(OUTNAME).$(EXT)
-ifdef PKGVERSION
-VERNAME=$(OUTNAME).$(PKGVERSION).$(EXT)
+VERNAME=$(OUTNAME).$(FLEXTMAJOR).$(FLEXTMINOR).$(FLEXTMICRO).$(EXT)
TARGET=$(TARGETPATH)/$(VERNAME)
-else
-TARGET=$(TARGETPATH)/$(TARGETNAME)
-endif
INSTTARGET=$(TARGET)
-
-