diff --git a/embedding/components/ui/helperAppDlg/Makefile.in b/embedding/components/ui/helperAppDlg/Makefile.in index 5af66fe9d8a..30b6cc2ae4c 100644 --- a/embedding/components/ui/helperAppDlg/Makefile.in +++ b/embedding/components/ui/helperAppDlg/Makefile.in @@ -27,14 +27,14 @@ MODULE=helperAppDlg include $(DEPTH)/config/autoconf.mk XPIDLSRCS = \ - $(srcdir)/nsIHelperAppLauncherDialog.idl \ + nsIHelperAppLauncherDialog.idl \ $(NULL) JSCOMPONENTS = \ - $(srcdir)/nsHelperAppDlg.js \ + nsHelperAppDlg.js \ $(NULL) include $(topsrcdir)/config/rules.mk install:: $(JSCOMPONENTS) - $(INSTALL) $(JSCOMPONENTS) $(DIST)/bin/components + $(INSTALL) $^ $(DIST)/bin/components