From 37cf2607648a40bbac0b37f7e0838f240e66450a Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 28 Apr 2014 08:55:07 +0900 Subject: Check if LUFA-git really exists(Fix #118) --- protocol/lufa.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocol/lufa.mk') diff --git a/protocol/lufa.mk b/protocol/lufa.mk index 48ce9ae87..ac70ac039 100644 --- a/protocol/lufa.mk +++ b/protocol/lufa.mk @@ -1,7 +1,7 @@ LUFA_DIR = protocol/lufa # Path to the LUFA library -ifeq (, $(wildcard $(TOP_DIR)/$(LUFA_DIR)/LUFA-git)) +ifeq (, $(wildcard $(TOP_DIR)/$(LUFA_DIR)/LUFA-git/LUFA/Version.h)) LUFA_PATH ?= $(LUFA_DIR)/LUFA-120730 else LUFA_PATH ?= $(LUFA_DIR)/LUFA-git -- cgit v1.2.3-24-g4f1b