Substitute in the correct program name for mozilla-bin, in case it's defined differently (bug 161803). r=cls.

This commit is contained in:
bryner%netscape.com 2002-08-09 01:07:06 +00:00
parent 8486fee0c6
commit a2765bff72

View File

@ -299,7 +299,8 @@ endif
$(MOZILLA_SCRIPT):: mozilla.in Makefile.in Makefile $(DEPTH)/config/autoconf.mk
cat $< | sed -e "s|%MOZAPPDIR%|$(mozappdir)|" \
-e "s|%MREDIR%|$(mredir)|" > $@
-e "s|%MREDIR%|$(mredir)|" \
-e "s|mozilla-bin|$(PROGRAM)|g" > $@
chmod +x $@
libs:: $(MOZILLA_SCRIPT)