From a9d5289d3c546618c5fcee86c24249410e6204d6 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 6 Nov 2000 18:06:58 +0000 Subject: [PATCH] Back out aix makefile patch. --- src/makefiles/Makefile.aix | 4 ---- 1 file changed, 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) > $@ -- 2.39.5