From e3ba76406b90af1bd7ed814e0b44fb6f182c6428 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 10 Mar 2014 23:42:26 +0100 Subject: normalize values of DO_FETCH_TARBALLS This one has additional value "ALL". Change-Id: Id804172eee899b443a6f8ae6bce8781136096dc7 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 98a25e23f0bd..64aea5adf56f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -174,7 +174,7 @@ cmd: # # Fetch # -ifneq ($(DO_FETCH_TARBALLS),NO) +ifneq ($(DO_FETCH_TARBALLS),) include $(SRCDIR)/Makefile.fetch fetch: download fetch: get-submodules -- cgit