Skip to content
Snippets Groups Projects
Commit 675caf9c authored by bsmedberg%covad.net's avatar bsmedberg%covad.net
Browse files

Bug 304505 - bootstrap section of client.mk should only list individual files,...

Bug 304505 - bootstrap section of client.mk should only list individual files, not directories, for pull-by-date to work correctly r=chase
parent 6b9028d0
No related branches found
No related tags found
No related merge requests found
......@@ -150,10 +150,6 @@ MODULES_browser := \
mozilla/other-licenses/7zstub/firefox \
$(NULL)
MODULES_minimo := \
$(MODULES_toolkit) \
$(NULL)
LOCALES_browser := \
$(LOCALES_toolkit) \
browser \
......@@ -162,7 +158,10 @@ LOCALES_browser := \
BOOTSTRAP_browser := mozilla/browser/config/mozconfig
BOOTSTRAP_minimo := mozilla/minimo
MODULES_minimo := \
$(MODULES_toolkit) \
mozilla/minimo \
$(NULL)
MODULES_mail := \
$(MODULES_toolkit) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment