Fix typo.
authorTom Lane
Sun, 11 Jun 2000 18:52:29 +0000 (18:52 +0000)
committerTom Lane
Sun, 11 Jun 2000 18:52:29 +0000 (18:52 +0000)
Makefile

index 3091774d74640bdfcd1fa9695254e1c677cd1e49..c5eca7a9d2e925b713154068f278f4dd111233f9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
 
 all install clean dep depend distclean maintainer-clean:
    @if ! [ -f GNUmakefile ] ; then \
-      echo "You need to run the \`configure' program fist. See the file"; \
+      echo "You need to run the \`configure' program first. See the file"; \
       echo "\`INSTALL' for installation instructions." ; \
       false ; \
     fi
@@ -29,7 +29,7 @@ all install clean dep depend distclean maintainer-clean:
    \
     if [ x"$${GMAKE+set}" = xset ]; then \
       echo "Using GNU make found at $${GMAKE}"; \
-      $${GMAKE} ; \
+      $${GMAKE} $@ ; \
     else \
       echo "You must use GNU make to build PostgreSQL." ; \
       false; \