summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2000-06-11 18:52:29 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2000-06-11 18:52:29 +0000
commite9acba1aded0caf2f7e02e8f1bbb813207d8cc8d (patch)
tree95290ab607fb86c3db2ad83a93a2482af4d4afc8 /Makefile
parent3e4e00ebaf8de63c543f2b982a1958358de08135 (diff)
downloadpostgresql-e9acba1aded0caf2f7e02e8f1bbb813207d8cc8d.tar.gz
Fix typo.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3091774d74..c5eca7a9d2 100644
--- 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; \