Avoid infinite recursion on CONFIG_GUESS

This commit is contained in:
slamm%netscape.com 2000-03-14 05:54:46 +00:00
Родитель 613da05538
Коммит 9a9613697d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -65,7 +65,7 @@ endif
CONFIG_GUESS := $(wildcard $(TOPSRCDIR)/build/autoconf/config.guess)
ifdef CONFIG_GUESS
CONFIG_GUESS = $(shell $(CONFIG_GUESS))
CONFIG_GUESS := $(shell $(CONFIG_GUESS))
else
_IS_FIRST_CHECKOUT := 1
endif