Bug 377308 Change SeaMonkey's uses of preprocessor.pl to Preprocessor.py. r=benjamin,sr=Neil

This commit is contained in:
bugzilla@standard8.demon.co.uk 2007-04-13 10:53:41 -07:00
parent 762a32a2c1
commit ea6af46831

View File

@ -77,5 +77,5 @@ include $(topsrcdir)/config/rules.mk
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
nsFilePicker.js: nsFilePicker.js.in
$(PERL) $(MOZILLA_DIR)/config/preprocessor.pl $(DEFINES) $(ACDEFINES) $^ > $@
$(PYTHON) $(MOZILLA_DIR)/config/Preprocessor.py $(DEFINES) $(ACDEFINES) $^ > $@