- Makefile: export PATH=${DESTDIR}/bin:$(PATH) and (DY)LD_LIBRARY_PATH, to make...
authorSiesh1oo <siesh1oo@siesh1oo.no>
Mon, 10 Mar 2014 19:06:46 +0000 (20:06 +0100)
committerSiesh1oo <siesh1oo@siesh1oo.no>
Mon, 10 Mar 2014 19:06:46 +0000 (20:06 +0100)
commit4d56e23e318a6739ec06ce74d81dfa1d940aef0f
tree38e65b00ebd42dc6c478a0cd55085e24e87d4730
parent2f2e76ac68dc8da8618ebbf602e2c871f5d4b1b8
 - Makefile: export PATH=${DESTDIR}/bin:$(PATH) and (DY)LD_LIBRARY_PATH, to make sure our local copies of built executables and libraries are used.
 - Makefile: use find expression in target 'yosys-svgviewer' to find svgviewer binary (qmake will build into .app package on OSX).
 - Makefile: make 'test' target dependent on $(TARGETS) and $(EXTRA_TARGETS) to make sure that minisat is built.
Makefile