aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/makefiles/Makefile.aix4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/makefiles/Makefile.aix b/src/makefiles/Makefile.aix
index 7f14e56ac63..80d949d2e6e 100644
--- a/src/makefiles/Makefile.aix
+++ b/src/makefiles/Makefile.aix
@@ -24,10 +24,6 @@ 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) > $@