Account confirmers, Anti-spam team, canmove, Confirmed users, Bureaucrats and Sysops emeriti
4,083
edits
(remove another hack!) |
|||
Line 22: | Line 22: | ||
* cd mailnews/; sed -i 's/^DEPTH.*\.\.$/&\/mozilla/g' `find . -name Makefile.in` | * cd mailnews/; sed -i 's/^DEPTH.*\.\.$/&\/mozilla/g' `find . -name Makefile.in` | ||
* cd suite/; sed -i 's/^DEPTH.*\.\.$/&\/mozilla/g' `find . -name Makefile.in` | * cd suite/; sed -i 's/^DEPTH.*\.\.$/&\/mozilla/g' `find . -name Makefile.in` | ||
* suite/debugQA/locales/Makefile.in: | * suite/debugQA/locales/Makefile.in: prefix relativesrcdir in line 44 with ../ | ||
* suite/locales/Makefile.in: prefix relativesrcdir in line 41 with ../ | |||
* suite/locales/Makefile.in: | |||
* still suite/locales/Makefile.in: change line 163 to use that additional expansion macro | * still suite/locales/Makefile.in: change line 163 to use that additional expansion macro | ||
* suite/build/Makefile.in: in the LOCAL_INCLUDES starting in line 74, add a ../ between $(topsrcdir)/ and suite/ | * suite/build/Makefile.in: in the LOCAL_INCLUDES starting in line 74, add a ../ between $(topsrcdir)/ and suite/ |
edits