Commit a9d5289d authored by Bruce Momjian's avatar Bruce Momjian

Back out aix makefile patch.

parent 712c8bba
...@@ -24,10 +24,6 @@ POSTGRES_IMP= postgres$(IMPSUFF) ...@@ -24,10 +24,6 @@ POSTGRES_IMP= postgres$(IMPSUFF)
MKLDEXPORT=$(top_srcdir)/src/backend/port/aix/mkldexport.sh MKLDEXPORT=$(top_srcdir)/src/backend/port/aix/mkldexport.sh
.PHONY: default_aix
default_aix: all
$(POSTGRES_IMP): $(POSTGRES_IMP):
@echo Making $@ @echo Making $@
$(MKLDEXPORT) postgres $(bindir) > $@ $(MKLDEXPORT) postgres $(bindir) > $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment