Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 712c8bb

Browse files
committed
Makefile.ports (copied from makefiles/Makefile.aix) is included before
the default target in GNUmakefile is reached. This patch calls that default target. Pete Forman
1 parent d9ef7e9 commit 712c8bb

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)