diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 7a9af7c49f0..c583b44dbf3 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -303,7 +303,7 @@ check: temp-install .PHONY: temp-install temp-install: -ifdef GENERATED_SGML # not needed for SGML 'make check' +ifndef NO_TEMP_INSTALL ifeq ($(MAKELEVEL),0) rm -rf '$(abs_top_builddir)'/tmp_install $(MAKE) -C '$(top_builddir)' DESTDIR='$(abs_top_builddir)'/tmp_install install |