diff options
| author | Bruce Momjian | 1998-06-15 21:01:54 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-06-15 21:01:54 +0000 |
| commit | a0f95aceb4963731644b8eed0308beac76e9934c (patch) | |
| tree | 1f0cd244dbc7a2ee2b7c3951323db7f0dc15cb7c /src/interfaces/libpgtcl | |
| parent | 56bdbe1f4cd87cfc788e1e786e7de8f6a0a0eacf (diff) | |
Fix portname defines in Makefiles.
Diffstat (limited to 'src/interfaces/libpgtcl')
| -rw-r--r-- | src/interfaces/libpgtcl/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaces/libpgtcl/Makefile.in b/src/interfaces/libpgtcl/Makefile.in index 59caedf1c12..72bd6ae4a75 100644 --- a/src/interfaces/libpgtcl/Makefile.in +++ b/src/interfaces/libpgtcl/Makefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.16 1998/06/12 18:36:40 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.17 1998/06/15 21:01:46 momjian Exp $ # #------------------------------------------------------------------------- @@ -33,7 +33,7 @@ shlib := LIBPQ = -L$(SRCDIR)/interfaces/libpq -lpq -ifeq ($(PORTNAME), linux) +ifeq ($(PORTNAME), linux_i386) install-shlib-dep := install-shlib shlib := libpgtcl.so.1 CFLAGS += $(CFLAGS_SL) @@ -49,14 +49,14 @@ ifeq ($(PORTNAME), bsd) endif endif -ifeq ($(PORTNAME), i386_solaris) +ifeq ($(PORTNAME), solaris_i386) install-shlib-dep := install-shlib shlib := libpgtcl.so.1 LDFLAGS_SL = -G -z text CFLAGS += $(CFLAGS_SL) endif -ifeq ($(PORTNAME), sparc_solaris) +ifeq ($(PORTNAME), solaris_sparc) install-shlib-dep := install-shlib shlib := libpgtcl.so.1 LDFLAGS_SL = -G |
