further protection from lame Solaris /bin/sh

This commit is contained in:
shaver%netscape.com 1999-09-07 20:17:20 +00:00
Родитель 8b2a15d4ca
Коммит 5cc77adaf8
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -23,7 +23,8 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
ifdef MOZ_EXTENSIONS
DIRS=$(MOZ_EXTENSIONS)
# hack to make Solaris sh happy, until we can find a better solution
DIRS=$(MOZ_EXTENSIONS) dummy
endif
include $(topsrcdir)/config/config.mk