Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0d59dad

Browse files
committed
Automatic dependency tracking
The .DEFAULT rule in backend/Makefile is harmful -- removed. Replace `::' rules by `:'.
1 parent 81fd753 commit 0d59dad

File tree

10 files changed

+513
-420
lines changed

10 files changed

+513
-420
lines changed

GNUmakefile.in

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# PostgreSQL top level makefile
33
#
4-
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.6 2000/06/28 18:29:11 petere Exp $
4+
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.7 2000/07/16 14:50:28 petere Exp $
55
#
66

77
subdir =
@@ -30,9 +30,6 @@ distclean maintainer-clean:
3030
GNUmakefile: GNUmakefile.in $(top_builddir)/config.status
3131
CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
3232

33-
$(top_builddir)/config.status: $(top_srcdir)/configure
34-
cd $(top_builddir) && ./config.status --recheck
35-
3633

3734
# These dependencies are risky because both the target and the sources
3835
# are in CVS and CVS doesn't preserve timestamps, thus leading to

0 commit comments

Comments
 (0)