X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/04d13d264c924d5c3380076f8977ca2dd0b14fd8..7f5445c8c6f0d67c0d5d3d0ed287c26e69d93d45:/LUFA/makefile diff --git a/LUFA/makefile b/LUFA/makefile index 08d986cba..4453d18b7 100644 --- a/LUFA/makefile +++ b/LUFA/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2012. +# Copyright (C) Dean Camera, 2013. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org @@ -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_VERSION_STRING $(LUFA_PATH)/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 @@ -50,4 +50,4 @@ else include Build/lufa_doxygen.mk endif -.PHONY: all export_tar version clean \ No newline at end of file +.PHONY: all export_tar version clean