Skip to content

Commit e9acba1

Browse files
committed
Fix typo.
1 parent 3e4e00e commit e9acba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
all install clean dep depend distclean maintainer-clean:
1515
@if ! [ -f GNUmakefile ] ; then \
16-
echo "You need to run the \`configure' program fist. See the file"; \
16+
echo "You need to run the \`configure' program first. See the file"; \
1717
echo "\`INSTALL' for installation instructions." ; \
1818
false ; \
1919
fi
@@ -29,7 +29,7 @@ all install clean dep depend distclean maintainer-clean:
2929
\
3030
if [ x"$${GMAKE+set}" = xset ]; then \
3131
echo "Using GNU make found at $${GMAKE}"; \
32-
$${GMAKE} ; \
32+
$${GMAKE} $@ ; \
3333
else \
3434
echo "You must use GNU make to build PostgreSQL." ; \
3535
false; \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy