Avoid infinite recursion on CONFIG_GUESS

git-svn-id: svn://10.0.0.236/trunk@62883 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com
2000-03-14 05:54:46 +00:00
parent 0b8fca4bb5
commit b4b2a4be1d

View File

@@ -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