replace spaces with tabs in the Makefile in order to fix build bustage on linux.

This commit is contained in:
scott%scott-macgregor.org 2006-12-06 05:49:23 +00:00
Родитель eba7e252ae
Коммит 88f0b51d0b
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -77,9 +77,9 @@ install:: $(EXPORT_RESOURCE_FILES)
ifndef MOZ_XUL_APP
libs:: $(EXPORT_RESOURCE_FILES)
$(INSTALL) $^ $(EXPORT_DIR_L10N)
$(INSTALL) $^ $(EXPORT_DIR_L10N)
install:: $(EXPORT_RESOURCE_FILES)
$(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/defaults/isp/$(AB_CD)
$(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/defaults/isp/$(AB_CD)
endif
endif