Makefile: don't bake DESTDIR into libyosys DT_SONAME
authorXiretza <xiretza@xiretza.xyz>
Mon, 14 Jun 2021 09:35:38 +0000 (11:35 +0200)
committerMiodrag Milanovic <mmicko@gmail.com>
Mon, 5 Jul 2021 14:39:16 +0000 (16:39 +0200)
commit9c31ecfab8a39513676656699982a3e7860a9ad6
treeaa4bfdce063437eec317c15874cc3b17e1a2031f
parent18f4ae482cfa82fdb0474c2aa843e2bfe726ba56
Makefile: don't bake DESTDIR into libyosys DT_SONAME

DESTDIR is only used as a temporary destination for installed files
before they are packaged into an archive; the "real" installed location
is determined by PREFIX/{BIN,LIB,DAT}DIR.
Makefile