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
parent 769c2e9252
commit 78453eddf2

View File

@ -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