From 513e89b44b86abcd5dce44f51f424fbaa2e0126e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 6 Oct 2004 08:50:02 +0000 Subject: please find attached an alternate submission which addresses open item "make pgxs install by default". It is up to the committers to chose. (1) there is only one "install" target. no more "install-all-headers". it simplifies/changes several makefiles. (2) the documentation reflects the change. (3) a minor fix on pgxs to use a nicer patch without a double slash. Fabien Coelho --- src/makefiles/pgxs.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/makefiles') diff --git a/src/makefiles/pgxs.mk b/src/makefiles/pgxs.mk index 1ca974c3ed..cce7060603 100644 --- a/src/makefiles/pgxs.mk +++ b/src/makefiles/pgxs.mk @@ -1,6 +1,6 @@ # PGXS: PostgreSQL extensions makefile -# $PostgreSQL: pgsql/src/makefiles/pgxs.mk,v 1.1 2004/07/30 12:26:40 petere Exp $ +# $PostgreSQL: pgsql/src/makefiles/pgxs.mk,v 1.2 2004/10/06 08:50:02 momjian Exp $ # This file contains generic rules to build many kinds of simple # extension modules. You only need to set a few variables and include @@ -50,7 +50,7 @@ endif ifdef PGXS # We assume that we are in src/makefiles/, so top is ... -top_builddir := $(dir $(PGXS))/../.. +top_builddir := $(dir $(PGXS))../.. include $(top_builddir)/src/Makefile.global top_srcdir = $(top_builddir) -- cgit v1.2.1