diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-01-13 04:18:22 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-01-13 04:18:22 +0000 |
commit | 405ced26ba225b6965ce650dee5df836670d452b (patch) | |
tree | 226898e2ddb5525854d3e9dd18eabcf875e3323e /src/interfaces/libpgtcl | |
parent | 374bb5d2610d0f520abbc602bbf1d6b9c533f335 (diff) |
Various fixes resulting from removing the PORTNAME defines
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
Diffstat (limited to 'src/interfaces/libpgtcl')
-rw-r--r-- | src/interfaces/libpgtcl/Makefile.in (renamed from src/interfaces/libpgtcl/Makefile) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/interfaces/libpgtcl/Makefile b/src/interfaces/libpgtcl/Makefile.in index 488ea01d737..3b0141def03 100644 --- a/src/interfaces/libpgtcl/Makefile +++ b/src/interfaces/libpgtcl/Makefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.17 1997/10/28 15:13:10 vadim Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.1 1998/01/13 04:18:04 scrappy Exp $ # #------------------------------------------------------------------------- @@ -20,6 +20,8 @@ INCLUDE_OPT= \ -I$(LIBPQDIR) \ -I$(TCL_INCDIR) +PORTNAME=@PORTNAME@ + CFLAGS+= $(INCLUDE_OPT) ifdef KRBVERS CFLAGS+= $(KRBFLAGS) @@ -39,7 +41,7 @@ ifeq ($(PORTNAME), linux) endif endif -ifeq ($(PORTNAME), BSD44_derived) +ifeq ($(PORTNAME), bsd) install-shlib-dep := install-shlib shlib := libpgtcl.so.1.0 LDFLAGS_SL = -x -Bshareable -Bforcearchive |