summaryrefslogtreecommitdiff
path: root/src/test/examples
diff options
context:
space:
mode:
authorBryan Henderson1996-11-13 10:36:36 +0000
committerBryan Henderson1996-11-13 10:36:36 +0000
commitb20766ccc4a281f1fc88a03bb4ba25da983e6141 (patch)
tree5a6ccccee715c8e66835a07d4aef5899eee5e375 /src/test/examples
parentfdc1cf2434c973a5db21d9f240c376b62367a83c (diff)
Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.
Diffstat (limited to 'src/test/examples')
-rw-r--r--src/test/examples/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/examples/Makefile b/src/test/examples/Makefile
index f01885ba03..885888a35e 100644
--- a/src/test/examples/Makefile
+++ b/src/test/examples/Makefile
@@ -3,7 +3,6 @@
#
SRCDIR= ../..
-LIBPQDIR= $(SRCDIR)/libpq
include ../../Makefile.global
CFLAGS+= -I$(LIBPQDIR)