diff options
| author | Bruce Momjian | 1997-07-29 14:09:11 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1997-07-29 14:09:11 +0000 |
| commit | 8d25436d70a0e5f286a48cf60f4ad3899251eff9 (patch) | |
| tree | 92cc30865d10fa5553e07f7cbc321f3ff3109d13 /src/test | |
| parent | 7c5afb87c3d7c7608a3fbf894579428bc41484a9 (diff) | |
mkLinux patches from Tatsuo Ishii.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/regress/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/GNUmakefile b/src/test/regress/GNUmakefile index 9f26ab11b14..6cab363a6e4 100644 --- a/src/test/regress/GNUmakefile +++ b/src/test/regress/GNUmakefile @@ -7,14 +7,14 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.8 1997/06/06 01:35:57 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.9 1997/07/29 14:09:11 momjian Exp $ # #------------------------------------------------------------------------- SRCDIR= ../.. include ../../Makefile.global -CFLAGS+= -I$(LIBPQDIR) -I../../include +CFLAGS+= -I$(LIBPQDIR) -I../../include $(CFLAGS_SL) LDADD+= -L$(LIBPQDIR) -lpq |
