Skip to content

Commit 6642f27

Browse files
committed
Right place for aix makefile hack
1 parent 085f5cd commit 6642f27

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
override CPPFLAGS := -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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy