projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9ef7e9
)
Makefile.ports (copied from makefiles/Makefile.aix) is included before
author
Bruce Momjian
Mon, 6 Nov 2000 17:07:43 +0000
(17:07 +0000)
committer
Bruce Momjian
Mon, 6 Nov 2000 17:07:43 +0000
(17:07 +0000)
the default target in GNUmakefile is reached. This patch calls that
default target.
Pete Forman
src/makefiles/Makefile.aix
patch
|
blob
|
blame
|
history
diff --git
a/src/makefiles/Makefile.aix
b/src/makefiles/Makefile.aix
index 80d949d2e6e03ab8b7b3a81aa898f63f196922fc..7f14e56ac6319598a332ebaa0a48575b811bf388 100644
(file)
--- 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) > $@