Back out bug 776985 because of check-sync-dirs bustage

This commit is contained in:
Benjamin Smedberg 2012-07-25 10:37:59 -04:00
parent c2e488341f
commit 54453becda

View File

@ -15,7 +15,7 @@ $(error Must define relativesrcdir when defining XPCSHELL_TESTS.)
endif
define _INSTALL_TESTS
$(call install_cmd, $(filter-out %~,$(wildcard $(srcdir)/$(dir)/*)) $(testxpcobjdir)/$(relativesrcdir)/$(dir))
$(call install_cmd, $(wildcard $(srcdir)/$(dir)/*) $(testxpcobjdir)/$(relativesrcdir)/$(dir))
endef # do not remove the blank line!