- 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>
Thu, 13 Mar 2014 10:29:15 +0000 (11:29 +0100)
commit1d0abb3ad2a85188eef6201e0a32acbcec1e78b3
treef69f4b2a292c4d0ff232bae892d9cc2e2997779c
parent26895223a1b2528f8416d3d3ca19d540c38c3cfe
 - 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