Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb61f681

Browse files
committed
Remove .SECONDARY: target again, because GNU make 3.78.1 will get mighty
confused in src/interfaces/libpq for some reason. Seemingly, differentGNU make versions have several mutually conflicting problems with implicitrule chains. Words are not sufficient...
1 parentc7a7949 commitb61f681

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎src/Makefile.global.in

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*-makefile-*-
2-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.108 2000/11/03 20:27:40 petere Exp $
2+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.109 2000/11/04 16:39:02 petere Exp $
33

44
#------------------------------------------------------------------------------
55
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -28,10 +28,6 @@ all:
2828
# started to update the file.
2929
.DELETE_ON_ERROR:
3030

31-
# Do not let 'make' delete intermediate files. This might have been
32-
# a sensible idea, but it's too buggy.
33-
.SECONDARY:
34-
3531
# PostgreSQL version number
3632
VERSION = @VERSION@
3733

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp