Skip to content

Commit 97b8013

Browse files
committed
Add an ifneq to avoid make warning on AIX --- there is a separate rule
for postgres: on line 86, and line 43 shouldn't be used. Noted while looking at kookaburra buildfarm results.
1 parent fbbe002 commit 97b8013

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/backend/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $PostgreSQL: pgsql/src/backend/Makefile,v 1.109 2005/07/28 04:31:30 tgl Exp $
7+
# $PostgreSQL: pgsql/src/backend/Makefile,v 1.110 2005/10/27 20:45:29 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -38,14 +38,17 @@ all: submake-libpgport postgres $(POSTGRES_IMP)
3838

3939
ifneq ($(PORTNAME), cygwin)
4040
ifneq ($(PORTNAME), win32)
41+
ifneq ($(PORTNAME), aix)
4142

4243
postgres: $(OBJS)
4344
$(CC) $(CFLAGS) $(LDFLAGS) $(export_dynamic) $^ $(LIBS) -o $@
4445

4546
endif
4647
endif
48+
endif
4749

4850
ifeq ($(PORTNAME), cygwin)
51+
4952
postgres: $(OBJS) $(DLLINIT) postgres.def libpostgres.a
5053
$(DLLTOOL) --dllname $@$(X) --output-exp $@.exp --def postgres.def
5154
$(CC) $(CFLAGS) $(LDFLAGS) -o $@$(X) -Wl,--base-file,$@.base $@.exp $(OBJS) $(LIBS)
@@ -78,7 +81,6 @@ libpostgres.a: postgres.def
7881

7982
endif # win32
8083

81-
8284
ifeq ($(PORTNAME), aix)
8385

8486
postgres: $(POSTGRES_IMP)

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