From 7ea7342c18590b945bd8064bb63c8030d74327cc Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 19 Nov 2013 22:48:48 +0100 Subject: Large improvements in yosys-config --- manual/FILES_Prog/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manual') diff --git a/manual/FILES_Prog/Makefile b/manual/FILES_Prog/Makefile index 1afde80f..8e326bdc 100644 --- a/manual/FILES_Prog/Makefile +++ b/manual/FILES_Prog/Makefile @@ -5,8 +5,7 @@ test: stubnets.so tail test1.log test2.log test3.log stubnets.so: stubnets.cc - $(shell yosys-config --cxx --cxxflags --ldflags -o stubnets.so \ - -shared stubnets.cc --ldlibs ) + yosys-config --exec --cxx --cxxflags --ldflags -o $@ -shared $^ --ldlibs clean: rm -f test1.log test2.log test3.log -- cgit v1.2.3