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 | |
parent | fdc1cf2434c973a5db21d9f240c376b62367a83c (diff) | |
download | postgresql-b20766ccc4a281f1fc88a03bb4ba25da983e6141.tar.gz postgresql-b20766ccc4a281f1fc88a03bb4ba25da983e6141.zip |
Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.
Diffstat (limited to 'src/tutorial')
-rw-r--r-- | src/tutorial/C-code/Makefile | 1 | ||||
-rw-r--r-- | src/tutorial/Makefile | 3 |
2 files changed, 1 insertions, 3 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) diff --git a/src/tutorial/Makefile b/src/tutorial/Makefile index b0b7861a765..87b1a319df8 100644 --- a/src/tutorial/Makefile +++ b/src/tutorial/Makefile @@ -4,12 +4,11 @@ # Makefile for tutorial # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/tutorial/Makefile,v 1.2 1996/11/12 11:43:20 bryanh Exp $ +# $Header: /cvsroot/pgsql/src/tutorial/Makefile,v 1.3 1996/11/13 10:36:24 bryanh Exp $ # #------------------------------------------------------------------------- SRCDIR= .. -LIBPQDIR= $(SRCDIR)/libpq include ../Makefile.global CFLAGS+= -I$(LIBPQDIR) -I../../include |