diff options
| author | Tristan Gingold <tgingold@free.fr> | 2021-03-07 21:12:57 +0100 | 
|---|---|---|
| committer | Tristan Gingold <tgingold@free.fr> | 2021-03-07 21:12:57 +0100 | 
| commit | 5d28fdcaa585ade1c49bcf4f532895cfaf6aa397 (patch) | |
| tree | 5f46fe9871519b44963d1859017dea284cfb376b | |
| parent | 66cd5e0aa897b947533d269535fde4c0852472c2 (diff) | |
| download | ghdl-5d28fdcaa585ade1c49bcf4f532895cfaf6aa397.tar.gz ghdl-5d28fdcaa585ade1c49bcf4f532895cfaf6aa397.tar.bz2 ghdl-5d28fdcaa585ade1c49bcf4f532895cfaf6aa397.zip | |
Makefile.in: adjust install.vpi.local  Fox #1674
| -rw-r--r-- | Makefile.in | 6 | 
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 ############################################### | 
