2019-04-24 05:34:31 +03:00
|
|
|
diff --git a/Makefile b/Makefile
|
2014-08-28 22:21:23 +04:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2019-12-19 01:00:49 +03:00
|
|
|
@@ -867,7 +867,7 @@ install-includedir:
|
|
|
|
$(INSTALL_DIR) "$(DESTDIR)$(includedir)"
|
2014-08-28 22:21:23 +04:00
|
|
|
|
2019-12-19 01:00:49 +03:00
|
|
|
install: all $(if $(BUILD_DOCS),install-doc) \
|
|
|
|
- install-datadir install-localstatedir install-includedir \
|
|
|
|
+ install-datadir install-includedir \
|
2019-08-17 21:00:40 +03:00
|
|
|
$(if $(INSTALL_BLOBS),$(edk2-decompressed)) \
|
|
|
|
recurse-install
|
2014-08-28 22:21:23 +04:00
|
|
|
ifneq ($(TOOLS),)
|