From 8fe837a38b18a98aa7abd36386844b9729e22427 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Thu, 17 Mar 2022 10:14:52 +0100 Subject: Makefile: install.local: create required directories --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 1342b02a0..9f40d1482 100644 --- a/Makefile.in +++ b/Makefile.in @@ -472,6 +472,7 @@ install.libghdl.include: install.dirs $(srcdir)/src/synth/include/synth_gates.h test: install.libghdl.local install.libghdl.local: all.libghdl + $(MKDIR) -p $(incdirsuffix)/ghdl/ $(INSTALL_DATA) -p $(srcdir)/src/synth/include/synth.h $(incdirsuffix)/ghdl/ $(INSTALL_DATA) -p $(srcdir)/src/synth/include/synth_gates.h $(incdirsuffix)/ghdl/ @@ -571,7 +572,7 @@ uninstall.vpi: test: install.vpi.local install.vpi.local: all.vpi - $(MKDIR) -p $(incdirsuffix) lib + $(MKDIR) -p $(incdirsuffix)/ghdl/ $(INSTALL_DATA) -p $(GRTSRCDIR)/vpi_user.h $(incdirsuffix)/ghdl/ $(INSTALL_DATA) -p $(GRTSRCDIR)/vhpi_user.h $(incdirsuffix)/ghdl/ -- cgit v1.2.3