Bug 1077622 - Fixes cp missing operand message if no .mozconfig found r=glandium

This commit is contained in:
Arnaud Sourioux 2015-03-02 10:09:00 +01:00
parent ed5736e5f1
commit 1cf77b35ff

View File

@ -355,7 +355,9 @@ endif
$(OBJDIR)/.mozconfig.json: $(call mkdir_deps,$(OBJDIR)) ;
save-mozconfig: $(FOUND_MOZCONFIG)
ifdef FOUND_MOZCONFIG
-cp $(FOUND_MOZCONFIG) $(OBJDIR)/.mozconfig
endif
configure:: $(configure-preqs)
@echo cd $(OBJDIR);