From 462c911391b4265e1a8ee2dc5b99bae8232e2daf Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 14 Jul 2022 06:35:41 +0200 Subject: Makefile.in: add dependency for local install of synth_gates.h --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index ff0e61922..8fa441738 100644 --- a/Makefile.in +++ b/Makefile.in @@ -474,7 +474,7 @@ install.libghdl.include: install.dirs $(srcdir)/src/synth/include/synth_gates.h $(INSTALL_DATA) -p $(srcdir)/src/synth/include/synth_gates.h $(DESTDIR)$(incdir)/ test.$(backend): install.libghdl.local -install.libghdl.local: all.libghdl +install.libghdl.local: all.libghdl $(srcdir)/src/synth/include/synth_gates.h $(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/ -- cgit v1.2.3