зеркало из https://github.com/mozilla/pjs.git
No need to explicitly set $(srcdir) as we let VPATH take care of that.
This commit is contained in:
Родитель
963290d2cf
Коммит
29eae92e52
|
@ -27,14 +27,14 @@ MODULE=helperAppDlg
|
||||||
include $(DEPTH)/config/autoconf.mk
|
include $(DEPTH)/config/autoconf.mk
|
||||||
|
|
||||||
XPIDLSRCS = \
|
XPIDLSRCS = \
|
||||||
$(srcdir)/nsIHelperAppLauncherDialog.idl \
|
nsIHelperAppLauncherDialog.idl \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
JSCOMPONENTS = \
|
JSCOMPONENTS = \
|
||||||
$(srcdir)/nsHelperAppDlg.js \
|
nsHelperAppDlg.js \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
install:: $(JSCOMPONENTS)
|
install:: $(JSCOMPONENTS)
|
||||||
$(INSTALL) $(JSCOMPONENTS) $(DIST)/bin/components
|
$(INSTALL) $^ $(DIST)/bin/components
|
||||||
|
|
Загрузка…
Ссылка в новой задаче