Prevent the seamonkey progress dialog from being shown in some situations

This commit is contained in:
ben%bengoodger.com 2004-02-03 23:57:03 +00:00
parent 22f0ba2e18
commit 5ca426323a

View File

@ -28,11 +28,10 @@ include $(DEPTH)/config/autoconf.mk
MODULE = helperAppDlg
libs:: nsHelperAppDlg.js
nsHelperAppDlg.js: nsHelperAppDlg.js.in
$(PERL) $(MOZILLA_DIR)/config/preprocessor.pl $(DEFINES) $(ACDEFINES) $^ > $@
$(NSINSTALL) $@ $(DIST)/bin/components/
EXTRA_COMPONENTS = nsHelperAppDlg.js
include $(topsrcdir)/config/rules.mk
nsHelperAppDlg.js: nsHelperAppDlg.js.in
$(PERL) $(MOZILLA_DIR)/config/preprocessor.pl $(DEFINES) $(ACDEFINES) $^ > $@