Skip to content

Commit

Permalink
Makefile.in: adjust install.vpi.local Fox ghdl#1674
Browse files Browse the repository at this point in the history
  • Loading branch information
tgingold authored and umarcor committed Aug 15, 2021
1 parent 448c4a3 commit 850c6bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.in
Expand Up @@ -550,9 +550,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 ###############################################

Expand Down

0 comments on commit 850c6bf

Please sign in to comment.