Remove obsolete machine-setup.html reference.

Bug 1231

Change-Id: I629361cf5dddc9d0fbf493e016f1aaf2a50b6935
This commit is contained in:
Raphael Moll
2010-04-18 00:07:37 -07:00
parent 7058f499e9
commit bfa25878f9

View File

@@ -30,7 +30,7 @@ ifeq (0,$(shell expr $$(echo $(MAKE_VERSION) | sed "s/[^0-9\.].*//") \>= 3.81))
$(warning ********************************************************************************)
$(warning * You are using version $(MAKE_VERSION) of make.)
$(warning * You must upgrade to version 3.81 or greater.)
$(warning * see file://$(shell pwd)/docs/development-environment/machine-setup.html)
$(warning * see http://source.android.com/download)
$(warning ********************************************************************************)
$(error stopping)
endif