mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
Fix typo.
This commit is contained in:
4
Makefile
4
Makefile
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
all install clean dep depend distclean maintainer-clean:
|
all install clean dep depend distclean maintainer-clean:
|
||||||
@if ! [ -f GNUmakefile ] ; then \
|
@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." ; \
|
echo "\`INSTALL' for installation instructions." ; \
|
||||||
false ; \
|
false ; \
|
||||||
fi
|
fi
|
||||||
@ -29,7 +29,7 @@ all install clean dep depend distclean maintainer-clean:
|
|||||||
\
|
\
|
||||||
if [ x"$${GMAKE+set}" = xset ]; then \
|
if [ x"$${GMAKE+set}" = xset ]; then \
|
||||||
echo "Using GNU make found at $${GMAKE}"; \
|
echo "Using GNU make found at $${GMAKE}"; \
|
||||||
$${GMAKE} ; \
|
$${GMAKE} $@ ; \
|
||||||
else \
|
else \
|
||||||
echo "You must use GNU make to build PostgreSQL." ; \
|
echo "You must use GNU make to build PostgreSQL." ; \
|
||||||
false; \
|
false; \
|
||||||
|
Reference in New Issue
Block a user