]> granicus.if.org Git - postgresql/blobdiff - GNUmakefile.in
Fix rounding problem in dynahash.c's decision about when the target
[postgresql] / GNUmakefile.in
index b927866ed40f8ac9ba4cb49757b76610b13c2ac4..581628f77e916f3e9109c07f529fa2a50c8843c6 100644 (file)
@@ -1,7 +1,7 @@
 #
 # PostgreSQL top level makefile
 #
-# $PostgreSQL: pgsql/GNUmakefile.in,v 1.39 2004/06/13 21:51:36 petere Exp $
+# $PostgreSQL: pgsql/GNUmakefile.in,v 1.41 2004/10/06 08:49:58 momjian Exp $
 #
 
 subdir =
@@ -11,19 +11,19 @@ include $(top_builddir)/src/Makefile.global
 all:
        $(MAKE) -C doc all
        $(MAKE) -C src all
+       $(MAKE) -C config all
        @echo "All of PostgreSQL successfully made. Ready to install."
 
 install:
-       $(MAKE) -C doc install
-       $(MAKE) -C src install
+       $(MAKE) -C doc $@
+       $(MAKE) -C src $@
+       $(MAKE) -C config $@
        @echo "PostgreSQL installation complete."
 
 installdirs uninstall distprep:
        $(MAKE) -C doc $@
        $(MAKE) -C src $@
-
-install-all-headers:
-       $(MAKE) -C src $@
+       $(MAKE) -C config $@
 
 # clean, distclean, etc should apply to contrib too, even though
 # it's not built by default
@@ -31,6 +31,7 @@ clean:
        $(MAKE) -C doc $@
        $(MAKE) -C contrib $@
        $(MAKE) -C src $@
+       $(MAKE) -C config $@
 # Garbage from autoconf:
        @rm -rf autom4te.cache/
 
@@ -39,6 +40,7 @@ clean:
 distclean maintainer-clean:
        -$(MAKE) -C doc $@
        -$(MAKE) -C contrib $@
+       -$(MAKE) -C config $@
        -$(MAKE) -C src $@
        -rm -f config.cache config.log config.status GNUmakefile
 # Garbage from autoconf: