Fix typo.

This commit is contained in:
Tom Lane 2000-06-11 18:52:29 +00:00
parent 3e4e00ebaf
commit e9acba1ade
1 changed files with 2 additions and 2 deletions

View File

@ -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; \