We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2dec37 commit 0089c30Copy full SHA for 0089c30
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