Skip to content
Snippets Groups Projects
Commit e9acba1a authored by Tom Lane's avatar Tom Lane
Browse files

Fix typo.

parent 3e4e00eb
No related branches found
No related tags found
No related merge requests found
......@@ -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; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment