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

Commit6642f27

Browse files
committed
Right place for aix makefile hack
1 parent085f5cd commit6642f27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ PG_CPPFLAGS = -I$(libpq_srcdir) ${PTHREAD_CFLAGS}
5555
overrideCPPFLAGS := -DFRONTEND$(CPPFLAGS)$(PG_CPPFLAGS)
5656
PG_LIBS =$(libpq_pgport) ${PTHREAD_CFLAGS}
5757

58+
ifeq ($(PORTNAME), aix)
59+
CC=xlc_r
60+
endif
61+
5862
envtest:
5963
: top_srcdir=$(top_srcdir)
6064
: libpq_srcdir =$(libpq_srcdir)
@@ -70,10 +74,6 @@ ifndef top_srcdir
7074
@exit 1
7175
endif
7276

73-
ifeq ($(PORTNAME), aix)
74-
CC=xlc_r
75-
endif
76-
7777
# Those files are symlinked from the PostgreSQL sources.
7878
xlogreader.c:% :$(top_srcdir)/src/backend/access/transam/%
7979
rm -f$@&&$(LN_S)$<.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp