diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-11-06 18:06:58 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-11-06 18:06:58 +0000 |
commit | a9d5289d3c546618c5fcee86c24249410e6204d6 (patch) | |
tree | bfb2ea2895e4bcd570e481ece9e58eae44224d6a | |
parent | 712c8bba8423fe3f206ae03a26ae849e5065da05 (diff) | |
download | postgresql-a9d5289d3c546618c5fcee86c24249410e6204d6.tar.gz postgresql-a9d5289d3c546618c5fcee86c24249410e6204d6.zip |
Back out aix makefile patch.
-rw-r--r-- | src/makefiles/Makefile.aix | 4 |
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) > $@ |