projects
/
sx
/
simavr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
regExp
home
|
summary
|
tags
|
heads
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
raw
|
patch
| inline |
side by side
(parent:
38a09eb
)
Commit
e0749c147eabd317cb1496f0cf9257dd68bc681e
author
Jonathan Creekmore
<jonathan@thecreekmores.org>
Thu, 30 Jan 2014 02:31:29 +0000
(20:31 -0600)
committer
Doug Goldstein
<cardoe@cardoe.com>
Sat, 15 Mar 2014 01:21:45 +0000
(20:21 -0500)
Makefile.common
patch
|
blob
|
history
|
download
diff --git
a/Makefile.common
b/Makefile.common
index 72c4c065875874deef81f3fe720efbb8580fff2d..dbafa0bf3f7b359d44b256f573ee9c0090ad1269 100644
(file)
--- a/
Makefile.common
+++ b/
Makefile.common
@@
-55,7
+55,7
@@
IPATH += /opt/local/include
LFLAGS = -L/opt/local/lib/
endif
else
-LINUX_AVR_ROOTS := /usr/lib/avr /usr/avr /opt/cross/avr/avr
+LINUX_AVR_ROOTS := /usr/lib/avr /usr/avr /opt/cross/avr/avr
/usr/local/avr
AVR_ROOT := $(firstword $(wildcard $(LINUX_AVR_ROOTS)))
ifeq (${AVR_ROOT},)
$(error No avr-libc root directory found. Tried the following paths: $(LINUX_AVR_ROOTS))