summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorPeter Eisentraut2000-07-16 14:50:44 +0000
committerPeter Eisentraut2000-07-16 14:50:44 +0000
commit0d59dad7701e0ec7b4fb9689b9f6b7dc5f7b23e3 (patch)
tree17f2b73fe2185938e21be5bcfdc62df2889ae6e7 /GNUmakefile.in
parent81fd7532a973fd667ac3e104464884a6ce4b47e8 (diff)
Automatic dependency tracking
The .DEFAULT rule in backend/Makefile is harmful -- removed. Replace `::' rules by `:'.
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 72943e6fd75..1cf0645e3a8 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