No need to explicitly set $(srcdir) as we let VPATH take care of that.

This commit is contained in:
cls%seawood.org 2001-05-04 08:24:57 +00:00
Родитель 963290d2cf
Коммит 29eae92e52
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

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