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

Commit712c8bb

Browse files
committed
Makefile.ports (copied from makefiles/Makefile.aix) is included before
the default target in GNUmakefile is reached. This patch calls thatdefault target.Pete Forman
1 parentd9ef7e9 commit712c8bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/makefiles/Makefile.aix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ POSTGRES_IMP= postgres$(IMPSUFF)
2424

2525
MKLDEXPORT=$(top_srcdir)/src/backend/port/aix/mkldexport.sh
2626

27+
.PHONY: default_aix
28+
29+
default_aix: all
30+
2731
$(POSTGRES_IMP):
2832
@echo Making $@
2933
$(MKLDEXPORT) postgres $(bindir) > $@

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp