Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
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/tutorial/C-code
parentfdc1cf2434c973a5db21d9f240c376b62367a83c (diff)
Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.
Diffstat (limited to 'src/tutorial/C-code')
-rw-r--r--src/tutorial/C-code/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tutorial/C-code/Makefile b/src/tutorial/C-code/Makefile
index 22ba97158ad..26fd5c8be4f 100644
--- a/src/tutorial/C-code/Makefile
+++ b/src/tutorial/C-code/Makefile
@@ -1,5 +1,4 @@
SRCDIR= ../..
-LIBPQDIR= $(SRCDIR)/libpq
include ../../Makefile.global
CFLAGS+= -I../../include -I$(LIBPQDIR)