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/Makefile | |
| parent | fdc1cf2434c973a5db21d9f240c376b62367a83c (diff) | |
| download | postgresql-b20766ccc4a281f1fc88a03bb4ba25da983e6141.tar.gz | |
Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/Makefile b/src/Makefile index 66ddf2e2bf..6d14715688 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,15 +7,12 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Makefile,v 1.10 1996/11/11 13:51:20 bryanh Exp $ -# -# NOTES -# objdir - location of the objects and generated files (eg. obj) +# $Header: /cvsroot/pgsql/src/Makefile,v 1.11 1996/11/13 10:34:58 bryanh Exp $ # #------------------------------------------------------------------------- -MKDIR=./mk --include $(MKDIR)/../Makefile.global +SRCDIR= . +include Makefile.global FIND = find # assuming gnu tar and split here @@ -41,7 +38,7 @@ ifeq ($(USE_TCL), true) $(MAKE) -C libpgtcl $@ endif $(MAKE) -C bin $@ -ifneq ($(wildcard $(MKDIR)/../../doc), ) +ifneq ($(wildcard ../doc), ) $(MAKE) -C ../doc $@ endif @if test $@. = all. -o $@. = .; then \ |
