aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-01-22 12:12:27 +0100
committerTristan Gingold <tgingold@free.fr>2018-01-25 06:07:10 +0100
commit7ef79a53a8f3cbb972d3ac7b8b9ab7754f201001 (patch)
treeea046711a06cc41b4f0f93f52198899052c1fc68 /Makefile.in
parentb1d50e135b86502224f43147f1d93fa3ee5d6f5d (diff)
downloadghdl-7ef79a53a8f3cbb972d3ac7b8b9ab7754f201001.tar.gz
ghdl-7ef79a53a8f3cbb972d3ac7b8b9ab7754f201001.tar.bz2
ghdl-7ef79a53a8f3cbb972d3ac7b8b9ab7754f201001.zip
Change libraries path to allow installation of system-wide libraries.
For #521
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 91a42d0d4..f46115721 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -416,13 +416,13 @@ LIBSRC_DIR:=$(srcdir)/libraries
LIBDST_DIR:=$(libdirsuffix)
VHDLLIB_SUBDIRS_COMMON= src/std src/synopsys src/openieee \
- v87/std v87/ieee v87/synopsys \
- v93/std v93/ieee v93/synopsys \
- v08/std
+ std/v87 ieee/v87 synopsys/v87 \
+ std/v93 ieee/v93 synopsys/v93 \
+ std/v08
VHDLLIB_SUBDIRS_FULL= src/ieee src/vital95 src/vital2000 src/mentor \
src/ieee2008 \
- v93/mentor v08/ieee v08/synopsys
+ mentor/v93 ieee/v08 synopsys/v08
ifeq ($(enable_openieee),false)
VHDLLIB_SUBDIRS=$(VHDLLIB_SUBDIRS_COMMON) $(VHDLLIB_SUBDIRS_FULL)