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

Commit9116205

Browse files
committed
From: Tom Lane <tgl@sss.pgh.pa.us>To: pgsql-patches@postgreSQL.orgSigh. That tweak needs a tweak --- I didn't realize that ".DEFAULT"processing ignores dependencies, at least in the version of gmake Ihave here (not sure if it's a bug or not). Apply this patch aftermy previous one...
1 parentcf9ecbd commit9116205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.11 1998/08/17 03:50:19 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.12 1998/08/17 03:53:37 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -21,7 +21,7 @@ ifeq ($(USE_PERL), true)
2121
endif
2222

2323

24-
.DEFAULTall:$(perl-makefile-dep)
24+
.DEFAULTallinstallcleandepdependdistclean:$(perl-makefile-dep)
2525
$(MAKE) -C libpq$@
2626
#$(MAKE) -C ecpg $@
2727
ifeq ($(HAVE_Cplusplus), true)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp