diff options
Diffstat (limited to 'src/interfaces')
-rw-r--r-- | src/interfaces/libpgtcl/Makefile.in | 6 | ||||
-rw-r--r-- | src/interfaces/libpq/Makefile.in | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/interfaces/libpgtcl/Makefile.in b/src/interfaces/libpgtcl/Makefile.in index f77db96fdc8..d1e3b82893d 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.22 1998/10/07 06:50:26 thomas Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.23 1998/10/09 03:07:56 momjian Exp $ # #------------------------------------------------------------------------- @@ -51,14 +51,14 @@ endif ifeq ($(PORTNAME), bsdi) ifdef BSD_SHLIB - ifeq ($(LDSUFFIX), .so) + ifeq ($(DLSUFFIX), .so) install-shlib-dep := install-shlib shlib := libpgtcl.so LD := shlicc LDFLAGS_SL += -O -shared CFLAGS += $(CFLAGS_SL) endif - ifeq ($(LDSUFFIX), .o) + ifeq ($(DLSUFFIX), .o) install-shlib-dep := install-shlib shlib := libpgtcl.o LD := shlicc diff --git a/src/interfaces/libpq/Makefile.in b/src/interfaces/libpq/Makefile.in index fe4ed409002..d9e6714593a 100644 --- a/src/interfaces/libpq/Makefile.in +++ b/src/interfaces/libpq/Makefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.30 1998/10/07 06:50:33 thomas Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.31 1998/10/09 03:07:57 momjian Exp $ # #------------------------------------------------------------------------- @@ -58,14 +58,14 @@ endif ifeq ($(PORTNAME), bsdi) ifdef BSD_SHLIB - ifeq ($(LDSUFFIX), .so) + ifeq ($(DLSUFFIX), .so) install-shlib-dep := install-shlib shlib := libpq.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) LD := shlicc LDFLAGS_SL += -O -shared CFLAGS += $(CFLAGS_SL) endif - ifeq ($(LDSUFFIX), .o) + ifeq ($(DLSUFFIX), .o) install-shlib-dep := install-shlib shlib := libpq.o.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) LD :=shlicc |