aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/lnx/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/lnx/gnumake-gcc.inc
parent9ec07f060e9221707fa1e8f272546b26dc90a1cb (diff)
more correct library versioning
svn path=/trunk/; revision=2750
Diffstat (limited to 'externals/grill/flext/buildsys/lnx/gnumake-gcc.inc')
-rw-r--r--externals/grill/flext/buildsys/lnx/gnumake-gcc.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc b/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc
index 6ff417aa..92b71ccf 100644
--- a/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc
+++ b/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc
@@ -11,15 +11,6 @@ OBJPATH=$(OUTPATH)/$(OUTSUB)
TARGETPATH=$(OBJPATH)
TARGETNAME=$(OUTNAME).$(EXT)
-ifdef PKGVERSION
-VERNAME=$(OUTNAME).$(PKGVERSION).$(EXT)
-TARGET=$(TARGETPATH)/$(VERNAME)
-else
-TARGET=$(TARGETPATH)/$(TARGETNAME)
-endif
-
-INSTTARGET=$(TARGET)
-
##############################################
CFLAGS += -pthread -fPIC