diff options
author | Bryan Henderson <bryanh@giraffe.netgate.net> | 1996-11-13 10:36:36 +0000 |
---|---|---|
committer | Bryan Henderson <bryanh@giraffe.netgate.net> | 1996-11-13 10:36:36 +0000 |
commit | b20766ccc4a281f1fc88a03bb4ba25da983e6141 (patch) | |
tree | 5a6ccccee715c8e66835a07d4aef5899eee5e375 /src/tutorial/C-code | |
parent | fdc1cf2434c973a5db21d9f240c376b62367a83c (diff) | |
download | postgresql-b20766ccc4a281f1fc88a03bb4ba25da983e6141.tar.gz postgresql-b20766ccc4a281f1fc88a03bb4ba25da983e6141.zip |
Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.
Diffstat (limited to 'src/tutorial/C-code')
-rw-r--r-- | src/tutorial/C-code/Makefile | 1 |
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) |