aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-03-07 21:12:57 +0100
committerTristan Gingold <tgingold@free.fr>2021-03-07 21:12:57 +0100
commit5d28fdcaa585ade1c49bcf4f532895cfaf6aa397 (patch)
tree5f46fe9871519b44963d1859017dea284cfb376b /Makefile.in
parent66cd5e0aa897b947533d269535fde4c0852472c2 (diff)
downloadghdl-5d28fdcaa585ade1c49bcf4f532895cfaf6aa397.tar.gz
ghdl-5d28fdcaa585ade1c49bcf4f532895cfaf6aa397.tar.bz2
ghdl-5d28fdcaa585ade1c49bcf4f532895cfaf6aa397.zip
Makefile.in: adjust install.vpi.local Fox #1674
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 9b51ae252..28b246867 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -533,9 +533,9 @@ uninstall.vpi:
$(RM) -f $(DESTDIR)$(incdir)/vhpi_user.h
install.vpi.local: all.vpi
- $(MKDIR) -p include lib
- $(INSTALL_DATA) -p $(GRTSRCDIR)/vpi_user.h include/
- $(INSTALL_DATA) -p $(GRTSRCDIR)/vhpi_user.h include/
+ $(MKDIR) -p include/ghdl lib
+ $(INSTALL_DATA) -p $(GRTSRCDIR)/vpi_user.h include/ghdl/
+ $(INSTALL_DATA) -p $(GRTSRCDIR)/vhpi_user.h include/ghdl/
################ Libraries ###############################################