diff options
| author | Bruce Momjian | 1998-03-14 21:58:09 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-03-14 21:58:09 +0000 |
| commit | 3674ccdf95037c0dcbfcae38f02bf3fdd2080acd (patch) | |
| tree | 046161095fe63aa3a7fbb98c3c7f8fdc6c29c0ae /contrib | |
| parent | 12429af0272605f7c6b7e29ec07db55a13bacd56 (diff) | |
Change Postgres95 to PostgreSQL. Update CLUSTER manual page.
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/pginterface/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pginterface/Makefile b/contrib/pginterface/Makefile index 659aac30f0..8e86345a44 100644 --- a/contrib/pginterface/Makefile +++ b/contrib/pginterface/Makefile @@ -4,8 +4,8 @@ # PGINTERFACE = pginterface.o halt.o TARGET = pginsert pgwordcount pgnulltest -CFLAGS = -g -Wall -I/u/postgres95/include -LDFLAGS = -L/u/postgres95/lib -lpq +CFLAGS = -g -Wall -I/usr/local/pgsql/include +LDFLAGS = -L/usr/local/pgsql/lib -lpq all : $(TARGET) |
