fixup! Convert flashrom to git

without the upcache there is no "offline" version (yet).

Change-Id: Iac3bf11fbd55cfa034ef8af04ef90fe57182ee2b
Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at>
Reviewed-on: https://review.coreboot.org/21836
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
diff --git a/Makefile b/Makefile
index 1893bb1..9184bb3 100644
--- a/Makefile
+++ b/Makefile
@@ -533,12 +533,6 @@
 VERSION ?= $(shell ./util/getrevision.sh --revision)
 MAN_DATE ?= $(shell ./util/getrevision.sh --date $(PROGRAM).8.tmpl 2>/dev/null)
 
-# VERSION equals "offline" if online access is required but the respective git
-# config variable is not set yet.
-ifeq ($(VERSION),offline)
-  $(error Aborting)
-endif
-
 SCMDEF := -D'FLASHROM_VERSION="$(VERSION)"'
 
 # No spaces in release names unless set explicitly