From 712c8bba8423fe3f206ae03a26ae849e5065da05 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 6 Nov 2000 17:07:43 +0000 Subject: [PATCH] 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 --- src/makefiles/Makefile.aix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/makefiles/Makefile.aix b/src/makefiles/Makefile.aix index 80d949d2e6e..7f14e56ac63 100644 --- a/src/makefiles/Makefile.aix +++ b/src/makefiles/Makefile.aix @@ -24,6 +24,10 @@ POSTGRES_IMP= postgres$(IMPSUFF) MKLDEXPORT=$(top_srcdir)/src/backend/port/aix/mkldexport.sh +.PHONY: default_aix + +default_aix: all + $(POSTGRES_IMP): @echo Making $@ $(MKLDEXPORT) postgres $(bindir) > $@