projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95f1eb9
)
Small Makefile typo fix
author
Clifford Wolf
<clifford@clifford.at>
Tue, 13 Jan 2015 11:21:27 +0000
(12:21 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Tue, 13 Jan 2015 11:21:27 +0000
(12:21 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a3aa2a397ba35833eee7f39dcd6d3808d57a47a1..a1e2cb76b14ed3b0be4258c3512079f16fd779ec 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-31,8
+31,8
@@
SMALL = 0
all: top-all
-CXXFLAGS = -Wall -Wextra -ggdb -I"$(shell pwd)" -MD -DYOSYS_SRC='"$(shell pwd)"' -D_YOSYS_ -fPIC -I$
{DESTDIR}
/include
-LDFLAGS = -L$
{DESTDIR}
/lib
+CXXFLAGS = -Wall -Wextra -ggdb -I"$(shell pwd)" -MD -DYOSYS_SRC='"$(shell pwd)"' -D_YOSYS_ -fPIC -I$
(DESTDIR)
/include
+LDFLAGS = -L$
(DESTDIR)
/lib
LDLIBS = -lstdc++ -lm
SED = sed
BISON = bison