aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8edea0db5f..f5f8a8e6bc 100644
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ tools/firmware/seabios-dir-force-update:
.PHONY: install-docs
install-docs:
- sh ./docs/check_pkgs && $(MAKE) -C docs install || true
+ $(MAKE) -C docs install || true
.PHONY: dev-docs
dev-docs: