projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93f6f68
)
Mac build fix, gsed -> sed
author
Micah Elizabeth Scott
<micah@misc.name>
Tue, 15 Dec 2015 18:22:35 +0000
(10:22 -0800)
committer
Micah Elizabeth Scott
<micah@misc.name>
Tue, 15 Dec 2015 18:22:35 +0000
(10:22 -0800)
Homebrew is calling its GNU sed just 'sed' now.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index aa3703642fece962e8189ca89b18c99e8197090f..3dff837fbc3c5233ec3b9eee97614f93b8f3849c 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-54,7
+54,7
@@
ifeq (Darwin,$(findstring Darwin,$(shell uname)))
LDFLAGS += $(shell PKG_CONFIG_PATH=$$(brew list libffi | grep pkgconfig | xargs dirname) pkg-config --silence-errors --libs libffi)
# use bison installed by homebrew if available
BISON = $(shell (brew list bison | grep -m1 "bin/bison") || echo bison)
- SED =
g
sed
+ SED = sed
else
LDFLAGS += -rdynamic
LDLIBS += -lrt