summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2000-11-04 16:39:02 +0000
committerPeter Eisentraut2000-11-04 16:39:02 +0000
commitb61f681f2323729eda5e22f97010528f41adae1b (patch)
tree69c904b67daa9e99a024751daecad6121618e941
parentc7a794998a4a291e2a234c860170ec76bb1dd176 (diff)
Remove .SECONDARY: target again, because GNU make 3.78.1 will get mighty
confused in src/interfaces/libpq for some reason. Seemingly, different GNU make versions have several mutually conflicting problems with implicit rule chains. Words are not sufficient...
-rw-r--r--src/Makefile.global.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index fde70c25f95..55e6bbe9e08 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.108 2000/11/03 20:27:40 petere Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.109 2000/11/04 16:39:02 petere Exp $
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -28,10 +28,6 @@ all:
# started to update the file.
.DELETE_ON_ERROR:
-# Do not let 'make' delete intermediate files. This might have been
-# a sensible idea, but it's too buggy.
-.SECONDARY:
-
# PostgreSQL version number
VERSION = @VERSION@