diff -ur /home/postgres/pgsql/src/interfaces/ecpg/lib/Makefile.in ./src/interfaces/ecpg/lib/Makefile.in --- /home/postgres/pgsql/src/interfaces/ecpg/lib/Makefile.in Tue Apr 7 11:35:31 1998 +++ ./src/interfaces/ecpg/lib/Makefile.in Mon Apr 13 11:17:14 1998 @@ -16,12 +16,10 @@ shlib := install-shlib-dep := ifeq ($(PORTNAME), linux) - ifdef LINUX_ELF - install-shlib-dep := install-shlib - shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) - LDFLAGS_SL = -shared -soname libecpg.so.$(SO_MAJOR_VERSION) - CFLAGS += $(CFLAGS_SL) - endif + install-shlib-dep := install-shlib + shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) + LDFLAGS_SL = -shared -soname libecpg.so.$(SO_MAJOR_VERSION) + CFLAGS += $(CFLAGS_SL) endif ifeq ($(PORTNAME), bsd) ifdef BSD_SHLIB diff -ur /home/postgres/pgsql/src/interfaces/libpgtcl/Makefile.in ./src/interfaces/libpgtcl/Makefile.in --- /home/postgres/pgsql/src/interfaces/libpgtcl/Makefile.in Tue Apr 7 11:35:33 1998 +++ ./src/interfaces/libpgtcl/Makefile.in Mon Apr 13 11:16:03 1998 @@ -34,12 +34,10 @@ LIBPQ = -L $(SRCDIR)/interfaces/libpq -lpq ifeq ($(PORTNAME), linux) - ifdef LINUX_ELF - install-shlib-dep := install-shlib - shlib := libpgtcl.so.1 - CFLAGS += $(CFLAGS_SL) - LDFLAGS_SL = -shared - endif + install-shlib-dep := install-shlib + shlib := libpgtcl.so.1 + CFLAGS += $(CFLAGS_SL) + LDFLAGS_SL = -shared endif ifeq ($(PORTNAME), bsd) diff -ur /home/postgres/pgsql/src/interfaces/libpq/Makefile.in ./src/interfaces/libpq/Makefile.in --- /home/postgres/pgsql/src/interfaces/libpq/Makefile.in Tue Apr 7 11:35:33 1998 +++ ./src/interfaces/libpq/Makefile.in Mon Apr 13 11:17:43 1998 @@ -32,12 +32,10 @@ shlib := install-shlib-dep := ifeq ($(PORTNAME), linux) - ifdef LINUX_ELF - install-shlib-dep := install-shlib - shlib := libpq.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) - LDFLAGS_SL = -shared -soname libpq.so.$(SO_MAJOR_VERSION) - CFLAGS += $(CFLAGS_SL) - endif + install-shlib-dep := install-shlib + shlib := libpq.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) + LDFLAGS_SL = -shared -soname libpq.so.$(SO_MAJOR_VERSION) + CFLAGS += $(CFLAGS_SL) endif ifeq ($(PORTNAME), bsd) ifdef BSD_SHLIB