From: Dean Camera Date: Sun, 31 Dec 2017 06:38:02 +0000 (+1100) Subject: Fix LUFA core makefile version target. X-Git-Tag: LUFA-210130~73 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/4e5303044ed233fb91e431e571710332a43076f1?ds=inline;hp=-c Fix LUFA core makefile version target. --- 4e5303044ed233fb91e431e571710332a43076f1 diff --git a/LUFA/makefile b/LUFA/makefile index 7e7a9c3af..619a54315 100644 --- a/LUFA/makefile +++ b/LUFA/makefile @@ -9,7 +9,7 @@ # Makefile for the LUFA library itself. # --------------------------------------- -LUFA_VERSION_NUM := $(shell grep LUFA_VERSION_STRING $(LUFA_PATH)/Version.h | cut -d'"' -f2) +LUFA_VERSION_NUM := $(shell grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2) # Default target - no default action when attempting to build the core directly all: