diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-03-10 23:42:26 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-03-11 11:57:18 +0100 |
commit | e3ba76406b90af1bd7ed814e0b44fb6f182c6428 (patch) | |
tree | 5e72f09b55768ce0c2951fc2675c8f06b47900dc /Makefile.in | |
parent | 727e2e7190cf74db9933940285e36011de54d9a2 (diff) |
normalize values of DO_FETCH_TARBALLS
This one has additional value "ALL".
Change-Id: Id804172eee899b443a6f8ae6bce8781136096dc7
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |