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