diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-07-12 18:48:08 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-07-12 18:48:08 +0000 |
commit | cfef73b4c000aba86621f312dc12963d83c8f19b (patch) | |
tree | 90b6d09a339d718dedc757eab3eca47bc58d8d5c /src/interfaces/ecpg/lib | |
parent | 37273977cb76d48585db1bd3b3cd22a0f63d7011 (diff) | |
download | postgresql-cfef73b4c000aba86621f312dc12963d83c8f19b.tar.gz postgresql-cfef73b4c000aba86621f312dc12963d83c8f19b.zip |
Update linux_i386 fix.
Diffstat (limited to 'src/interfaces/ecpg/lib')
-rw-r--r-- | src/interfaces/ecpg/lib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/lib/Makefile.in b/src/interfaces/ecpg/lib/Makefile.in index 1b38c6a539a..6387a203419 100644 --- a/src/interfaces/ecpg/lib/Makefile.in +++ b/src/interfaces/ecpg/lib/Makefile.in @@ -31,7 +31,7 @@ ifeq ($(PORTNAME), bsd) CFLAGS += $(CFLAGS_SL) endif endif -#ifeq ($(PORTNAME), i386_solaris) +#ifeq ($(PORTNAME), solaris) # install-shlib-dep := install-shlib # shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) # LDFLAGS_SL = -G -z text |