Bustage fix from bug 769908 - remove trailing whitespace after a backslash

This commit is contained in:
Siddharth Agarwal 2012-07-24 18:58:51 +05:30
Родитель 867c5f52a6
Коммит 1f2416e756
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -45,7 +45,7 @@ include $(topsrcdir)/config/rules.mk
# Copy all the normal xpcshell tests from the regular unit directory.
copy-xpcshell-tests:
$(call install_cmd, $(wildcard $(topsrcdir)/dom/indexedDB/test/unit/test_*.js) \
$(call install_cmd,$(wildcard $(topsrcdir)/dom/indexedDB/test/unit/test_*.js) \
$(testxpcobjdir)/$(relativesrcdir)/$(XPCSHELL_TESTS))
libs-xpcshell-tests: copy-xpcshell-tests