Commit a9a2dcce authored by cota's avatar cota

Makefile: Call the local squish executable to build wbgen2

Otherwise this happens:

  $ make
  squish
  make: squish: Command not found
  make: *** [all] Error 127
Signed-off-by: Emilio G. Cota's avatarEmilio G. Cota <cota@braap.org>

git-svn-id: http://svn.ohwr.org/wishbone-gen@10 4537843c-45c2-4d80-8546-c3283569414f
parent 65623b4a
...@@ -6,7 +6,7 @@ VERILOG_LIBRARY = $(VHDL_LIBRARY:.vhd=.v) ...@@ -6,7 +6,7 @@ VERILOG_LIBRARY = $(VHDL_LIBRARY:.vhd=.v)
all: $(SOURCES) all: $(SOURCES)
# make -C utils/vhd2vl/src # make -C utils/vhd2vl/src
squish ./squish
chmod +x wbgen2 chmod +x wbgen2
.PHONY: all clean .PHONY: all clean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment