aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs
diff options
context:
space:
mode:
authorSiesh1oo <siesh1oo@siesh1oo.no>2014-03-10 15:07:37 +0100
committerSiesh1oo <siesh1oo@siesh1oo.no>2014-03-10 15:07:37 +0100
commit63ca8d3fe4273d9e07233f94037a63659d6d18e4 (patch)
treef35745a9febc8330e2e3c75e7776e0d3cc7377f2 /techlibs
parent8a0216bd9f81faf45e1ff463edcc6d82dfa20565 (diff)
downloadyosys-63ca8d3fe4273d9e07233f94037a63659d6d18e4.tar.gz
yosys-63ca8d3fe4273d9e07233f94037a63659d6d18e4.tar.bz2
yosys-63ca8d3fe4273d9e07233f94037a63659d6d18e4.zip
- Makefile, techlibs/common/Makefile.inc: call GNU sed instead of BSD sed on OSX (for extended regular expressions).
Diffstat (limited to 'techlibs')
-rw-r--r--techlibs/common/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/common/Makefile.inc b/techlibs/common/Makefile.inc
index 6d94d5c9b..c68b13f6c 100644
--- a/techlibs/common/Makefile.inc
+++ b/techlibs/common/Makefile.inc
@@ -2,7 +2,7 @@
EXTRA_TARGETS += techlibs/common/blackbox.v
techlibs/common/blackbox.v: techlibs/common/blackbox.sed techlibs/common/simlib.v techlibs/common/simcells.v
- cat techlibs/common/simlib.v techlibs/common/simcells.v | sed -rf techlibs/common/blackbox.sed > techlibs/common/blackbox.v.new
+ cat techlibs/common/simlib.v techlibs/common/simcells.v | $(SED) -rf techlibs/common/blackbox.sed > techlibs/common/blackbox.v.new
mv techlibs/common/blackbox.v.new techlibs/common/blackbox.v
EXTRA_TARGETS += share/simlib.v share/simcells.v share/blackbox.v share/pmux2mux.v