diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-09-14 23:34:16 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-09-14 23:34:16 +0000 |
commit | 9b7f362d0ac937ae8d0a77bcbf58d0324ae863b7 (patch) | |
tree | 55bbb6580d80f6c14c870e79e13e7621eb8157eb /src | |
parent | 90bcec36c18fa012e8b505094fc37fa314eebd79 (diff) | |
download | postgresql-9b7f362d0ac937ae8d0a77bcbf58d0324ae863b7.tar.gz postgresql-9b7f362d0ac937ae8d0a77bcbf58d0324ae863b7.zip |
-Linux configure additoin, libtcl Makefile patch.
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/libpgtcl/Makefile | 12 | ||||
-rw-r--r-- | src/template/.similar | 3 |
2 files changed, 8 insertions, 7 deletions
diff --git a/src/interfaces/libpgtcl/Makefile b/src/interfaces/libpgtcl/Makefile index 059072c9ffb..11b6375ec46 100644 --- a/src/interfaces/libpgtcl/Makefile +++ b/src/interfaces/libpgtcl/Makefile @@ -7,16 +7,16 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.12 1997/04/02 18:13:47 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.13 1997/09/14 23:34:13 momjian Exp $ # #------------------------------------------------------------------------- -SRCDIR= .. -include ../Makefile.global +SRCDIR= ../.. +include ../../Makefile.global INCLUDE_OPT= \ - -I../backend \ - -I../include \ + -I../../backend \ + -I../../include \ -I$(LIBPQDIR) \ -I$(TCL_INCDIR) @@ -35,7 +35,7 @@ ifeq ($(PORTNAME), linux) endif shlib := libpgtcl.so.1 install-shlib-dep := install-shlib - LDFLAGS += -L ../libpq -lpq + LDFLAGS += -L ../../libpq -lpq endif endif diff --git a/src/template/.similar b/src/template/.similar index 18c8f904583..adc70095f5c 100644 --- a/src/template/.similar +++ b/src/template/.similar @@ -2,10 +2,11 @@ alpha-dec-osf=alpha i386-pc-bsdi2.0=bsdi-2.0 i386-pc-bsdi2.1=bsdi-2.1 i386-pc-bsdi3.0=bsdi-3.0 -i586-pc-sco3.2v=sco i386-unknown-freebsd=freebsd i386-unknown-netbsd=netbsd +i586-pc-sco3.2v=sco mips-sgi-irix=irix sparc-sun-solaris=sparc_solaris-gcc +i585-pc-linux-gnu=linux-elf sparc-unknown-linux-gnu=linux-elf alpha-unknown-linux-gnu=linuxalpha |