summaryrefslogtreecommitdiff
path: root/contrib/vacuumlo
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-08-31 16:12:35 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-08-31 16:12:35 +0000
commit424f0edcb8d73446223f1812d3ca88150e1cc953 (patch)
tree6b0f0a9d1d9aed67873e9ff8acd2b5a6da77ac58 /contrib/vacuumlo
parentd4266620e1c92d0b5d76d8c583f2fbfcf5bcd7fe (diff)
downloadpostgresql-424f0edcb8d73446223f1812d3ca88150e1cc953.tar.gz
Fix relative path references so that make knowns which dependencies refer
to one another. Sort out builddir vs srcdir variable namings. Remove some now obsoleted make variables.
Diffstat (limited to 'contrib/vacuumlo')
-rw-r--r--contrib/vacuumlo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/vacuumlo/Makefile b/contrib/vacuumlo/Makefile
index fefa2ef41e..85961d090a 100644
--- a/contrib/vacuumlo/Makefile
+++ b/contrib/vacuumlo/Makefile
@@ -1,13 +1,13 @@
#
-# $Header: /cvsroot/pgsql/contrib/vacuumlo/Makefile,v 1.6 2000/07/09 13:13:55 petere Exp $
+# $Header: /cvsroot/pgsql/contrib/vacuumlo/Makefile,v 1.7 2000/08/31 16:09:12 petere Exp $
#
subdir = contrib/vacuumlo
top_builddir = ../..
include ../../src/Makefile.global
-CPPFLAGS += -I$(LIBPQDIR)
-LIBS += $(LIBPQ)
+CPPFLAGS += -I$(libpq_srcdir)
+LIBS += $(libpq)
all: vacuumlo