diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/regress/GNUmakefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/GNUmakefile.in b/src/test/regress/GNUmakefile.in index cdb95c1fb6e..88b207ebcef 100644 --- a/src/test/regress/GNUmakefile.in +++ b/src/test/regress/GNUmakefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/test/regress/Attic/GNUmakefile.in,v 1.1 2000/01/09 07:53:58 tgl Exp $ +# $Header: /cvsroot/pgsql/src/test/regress/Attic/GNUmakefile.in,v 1.2 2000/05/29 05:45:55 tgl Exp $ # #------------------------------------------------------------------------- @@ -18,7 +18,7 @@ CONTRIB= $(SRCDIR)/../contrib HOST= @host@ -CFLAGS+= -I$(LIBPQDIR) -I$(SRCDIR)/include $(CFLAGS_SL) +CFLAGS+= -I$(LIBPQDIR) $(CFLAGS_SL) LDADD+= -L$(LIBPQDIR) -lpq |