commit | e33e7e518ca894cd16273896185a0239651abfeb | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jan 06 13:54:27 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 06 13:54:27 2022 +0000 |
tree | c6519fb925f6561c80b08fc03b08736a3305e524 | |
parent | bff997fd1fb51af86e0cc1990e1332449384cbf5 [diff] | |
parent | c230b0b0c90da793a36678760f3881cfc86cd077 [diff] |
Merge "Fix build error on empty root folder"
diff --git a/core/Makefile b/core/Makefile index 5b0961c..26ed864 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -784,6 +784,7 @@ $(INSTALLED_FILES_FILE_ROOT): .KATI_IMPLICIT_OUTPUTS := $(INSTALLED_FILES_JSON_ROOT) $(INSTALLED_FILES_FILE_ROOT) : $(INTERNAL_ROOT_FILES) $(FILESLIST) $(FILESLIST_UTIL) @echo Installed file list: $@ + mkdir -p $(TARGET_ROOT_OUT) mkdir -p $(dir $@) rm -f $@ $(FILESLIST) $(TARGET_ROOT_OUT) > $(@:.txt=.json)