d2fbbb2100
This reverts commit df592a6535
.
Segfauls on build machines were not caused due to qemu bump.
12 lines
236 B
Diff
12 lines
236 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -418,7 +418,7 @@
|
|
|
|
|
|
install: all $(if $(BUILD_DOCS),install-doc) \
|
|
-install-datadir install-localstatedir
|
|
+install-datadir
|
|
ifneq ($(TOOLS),)
|
|
$(call install-prog,$(TOOLS),$(DESTDIR)$(bindir))
|
|
endif
|