X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/bdd74a5ed92e74657c18f37648b6e031d040f47a..9e8bf8c0cfba6613d10a90b0ce76bdbbc9a72c8b:/LUFA/makefile diff --git a/LUFA/makefile b/LUFA/makefile index 5461111ae..edb602f88 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 Version.h | cut -d'"' -f2) +LUFA_VERSION_NUM = $(shell grep $(LUFA_PATH)/LUFA_VERSION_STRING Version.h | cut -d'"' -f2) EXCLUDE_FROM_EXPORT := Documentation DoxygenPages CodeTemplates Build StudioIntegration *.conf *.tar *.o *.d *.lss *.lst *.hex *.elf *.hex *.eep *.map *.bin # Default target - no default action when attempting to build the core directly