diff options
author | Moonchild <moonchild@palemoon.org> | 2021-10-15 18:01:51 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-01 15:26:49 +0200 |
commit | c14bb310ce237c375a5cf4a89e7689ddfbf016c5 (patch) | |
tree | 0551fe2ac349660e93fcd19547a30e2b10b1e0f2 /build/moz-automation.mk | |
parent | ccee5c781bb622d3edd3ac3067bae12af41587f8 (diff) | |
download | uxp-c14bb310ce237c375a5cf4a89e7689ddfbf016c5.tar.gz |
Issue #1053 - Clean up docs and some code comments.
Polish only, no code changes.
Diffstat (limited to 'build/moz-automation.mk')
-rw-r--r-- | build/moz-automation.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/moz-automation.mk b/build/moz-automation.mk index e7fa16fcb7..971bdddf93 100644 --- a/build/moz-automation.mk +++ b/build/moz-automation.mk @@ -15,7 +15,7 @@ ifndef JS_STANDALONE include $(topsrcdir)/toolkit/mozapps/installer/package-name.mk include $(topsrcdir)/toolkit/mozapps/installer/upload-files.mk -# Clear out DIST_FILES if it was set by upload-files.mk (for Android builds) +# Clear out DIST_FILES if it was set DIST_FILES = endif |