fix bogus env var test, missing tab, to fix gmake release build sizes. r=cls,

a=drivers
This commit is contained in:
leaf%mozilla.org 2002-03-07 08:23:11 +00:00
parent f1ceb9bb57
commit 6fee9c206b

View File

@ -355,15 +355,15 @@ distclean::
ifeq ($(OS_ARCH),WINNT)
rebase:
ifdef $(MOZILLA_OFFICIAL)
ifdef MOZILLA_OFFICIAL
echo rebasing $(DIST)
/bin/find $(DIST) -name "*.dll" > rebase.lst
rebase -b 60000000 -R . -G rebase.lst
rm rebase.lst
rm rebase.lst
endif
splitsymbols:
ifdef $(MOZILLA_OFFICIAL)
ifdef MOZILLA_OFFICIAL
echo splitting symbols out of binaries
/bin/find $(DIST) -name "*.dll" -exec splitsym {} \;
/bin/find $(DIST) -name "*.exe" -exec splitsym {} \;