From 5d28fdcaa585ade1c49bcf4f532895cfaf6aa397 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 7 Mar 2021 21:12:57 +0100 Subject: Makefile.in: adjust install.vpi.local Fox #1674 --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.in') 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 ############################################### -- cgit v1.2.3