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