From 32163099d7c43a0244f463eb4e525c711e6e97a3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 19 Jul 2000 16:30:27 +0000 Subject: Add distprep target to take some of the job of the release_prep script. The latter updated accordingly. Also add `dist' and `distcheck' targets to play with, but caveat packager. Updated backend/bootstrap and backend/parser makefile to make them marginally builddir aware and fix the usual set of things. Add rule to automatically remake config.h dependent on config.h.in and config.status. (Adopted from Autoconf manual and about every other package.) On a good day we should now have a complete and accurate set of dependencies throughout everything. --- src/include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/Makefile') diff --git a/src/include/Makefile b/src/include/Makefile index d36e8bc7f9a..81afc850d37 100644 --- a/src/include/Makefile +++ b/src/include/Makefile @@ -5,7 +5,7 @@ # Install exported headers to the include directory (these headers are # the minimal ones needed to build loadable backend extensions). # -# $Header: /cvsroot/pgsql/src/include/Makefile,v 1.1 2000/07/06 21:33:44 petere Exp $ +# $Header: /cvsroot/pgsql/src/include/Makefile,v 1.2 2000/07/19 16:29:58 petere Exp $ # #------------------------------------------------------------------------- @@ -52,4 +52,4 @@ clean: rm -f utils/fmgroids.h parser/parse.h distclean maintainer-clean: clean - rm -f config.h dynloader.h os.h + rm -f config.h dynloader.h os.h stamp-h -- cgit v1.2.3