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 cb8962c commit 956611eCopy full SHA for 956611e
Makefile
@@ -33,7 +33,7 @@ all check install installdirs installcheck installcheck-parallel uninstall clean
33
\
34
if [ x"$${GMAKE+set}" = xset ]; then \
35
echo "Using GNU make found at $${GMAKE}"; \
36
- unset MAKEFLAGS; unset MAKELEVEL; \
+ unset MAKELEVEL; \
37
$${GMAKE} $@ ; \
38
else \
39
echo "You must use GNU make to build PostgreSQL." ; \
0 commit comments