mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Change Postgres95 to PostgreSQL. Update CLUSTER manual page.
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user