Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4e00e commit e9acba1Copy full SHA for e9acba1
Makefile
@@ -13,7 +13,7 @@
13
14
all install clean dep depend distclean maintainer-clean:
15
@if ! [ -f GNUmakefile ] ; then \
16
- echo "You need to run the \`configure' program fist. See the file"; \
+ echo "You need to run the \`configure' program first. See the file"; \
17
echo "\`INSTALL' for installation instructions." ; \
18
false ; \
19
fi
@@ -29,7 +29,7 @@ all install clean dep depend distclean maintainer-clean:
29
\
30
if [ x"$${GMAKE+set}" = xset ]; then \
31
echo "Using GNU make found at $${GMAKE}"; \
32
- $${GMAKE} ; \
+ $${GMAKE} $@ ; \
33
else \
34
echo "You must use GNU make to build PostgreSQL." ; \
35
false; \
0 commit comments