projects
/
pub
/
lufa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4145d6b
)
Fix LUFA core makefile version target.
author
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 31 Dec 2017 06:38:02 +0000
(17:38 +1100)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 31 Dec 2017 06:38:02 +0000
(17:38 +1100)
LUFA/makefile
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/makefile
b/LUFA/makefile
index
7e7a9c3
..
619a543
100644
(file)
--- 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: