aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/mac/pd/gnumake-gcc.inc
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/pd/gnumake-gcc.inc
parent9ec07f060e9221707fa1e8f272546b26dc90a1cb (diff)
more correct library versioning
svn path=/trunk/; revision=2750
Diffstat (limited to 'externals/grill/flext/buildsys/mac/pd/gnumake-gcc.inc')
-rw-r--r--externals/grill/flext/buildsys/mac/pd/gnumake-gcc.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/externals/grill/flext/buildsys/mac/pd/gnumake-gcc.inc b/externals/grill/flext/buildsys/mac/pd/gnumake-gcc.inc
index 4f1648c5..dc688593 100644
--- a/externals/grill/flext/buildsys/mac/pd/gnumake-gcc.inc
+++ b/externals/grill/flext/buildsys/mac/pd/gnumake-gcc.inc
@@ -8,12 +8,3 @@ LIBPATH += -L$(PDPATH)/bin
OBJPATH=$(OUTPATH)/$(OUTSUB)
TARGETPATH=$(OBJPATH)
TARGETNAME=$(OUTNAME).$(EXT)
-
-ifdef PKGVERSION
-VERNAME=$(OUTNAME).$(PKGVERSION).$(EXT)
-TARGET=$(TARGETPATH)/$(VERNAME)
-else
-TARGET=$(TARGETPATH)/$(TARGETNAME)
-endif
-
-INSTTARGET=$(TARGET)