]> granicus.if.org Git - postgresql/blobdiff - Makefile
psql: Fix \ef, \sf tab completion
[postgresql] / Makefile
index 4c68950e90791c5463fb8578921265ae6278361b..c400854cd3d0274d07709ffe1cb01ae035b7e480 100644 (file)
--- a/Makefile
+++ b/Makefile
 # GNUmakefile won't exist yet, so we catch that case as well.
 
 
+# AIX make defaults to building *every* target of the first rule.  Start with
+# a single-target, empty rule to make the other targets non-default.
+all:
+
 all check install installdirs installcheck installcheck-parallel uninstall clean distclean maintainer-clean dist distcheck world check-world install-world installcheck-world:
        @if [ ! -f GNUmakefile ] ; then \
           echo "You need to run the 'configure' program first. See the file"; \