From 0d59dad7701e0ec7b4fb9689b9f6b7dc5f7b23e3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 16 Jul 2000 14:50:44 +0000 Subject: Automatic dependency tracking The .DEFAULT rule in backend/Makefile is harmful -- removed. Replace `::' rules by `:'. --- GNUmakefile.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'GNUmakefile.in') diff --git a/GNUmakefile.in b/GNUmakefile.in index 72943e6fd7..1cf0645e3a 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,7 +1,7 @@ # # PostgreSQL top level makefile # -# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.6 2000/06/28 18:29:11 petere Exp $ +# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.7 2000/07/16 14:50:28 petere Exp $ # subdir = @@ -30,9 +30,6 @@ distclean maintainer-clean: GNUmakefile: GNUmakefile.in $(top_builddir)/config.status CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status -$(top_builddir)/config.status: $(top_srcdir)/configure - cd $(top_builddir) && ./config.status --recheck - # These dependencies are risky because both the target and the sources # are in CVS and CVS doesn't preserve timestamps, thus leading to -- cgit v1.2.1