diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/makefiles/Makefile.aix | 4 |
1 files changed, 4 insertions, 0 deletions
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) > $@ |