Bug 731494 - Use nsinstall properly in services/common/Makefile.in; r=bustage

This commit is contained in:
Gregory Szorc 2012-04-13 10:03:08 -07:00
parent c218f6ab8d
commit 2e4a84581a

View File

@ -27,7 +27,7 @@ module_dir = $(FINAL_TARGET)/modules/services-common
libs::
$(NSINSTALL) -D $(module_dir)
$(NSINSTALL) -l $(source_modules) $(module_dir)
$(NSINSTALL) -R $(source_modules) $(module_dir)
TEST_DIRS += tests