mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Prevent the seamonkey progress dialog from being shown in some situations
This commit is contained in:
parent
22f0ba2e18
commit
5ca426323a
@ -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) $^ > $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user