Bug 703305 - Fix elfhack bustage. r=gladium

This commit is contained in:
Sriram Ramasubramanian 2011-11-18 13:18:24 -08:00
Родитель 99cbeadbe4
Коммит 33bd4ed932
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -667,7 +667,7 @@ ifdef USE_ELF_HACK
@echo === and your environment \(compiler and linker versions\), and use
@echo === --disable-elf-hack until this is fixed.
@echo ===
cd $(DIST)/bin; find . -name "*$(DLL_SUFFIX)" | xargs $(DEPTH)/build/unix/elfhack/elfhack
cd $(DIST)/bin; find . -name "*$(DLL_SUFFIX)" | xargs ../../build/unix/elfhack/elfhack
endif
stage-package: $(MOZ_PKG_MANIFEST) $(MOZ_PKG_REMOVALS_GEN) elfhack