aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-07-14 06:35:41 +0200
committerTristan Gingold <tgingold@free.fr>2022-07-14 06:35:41 +0200
commit462c911391b4265e1a8ee2dc5b99bae8232e2daf (patch)
tree4b13ee22bb055b9b649c47ae39d0de909ad9ee0a /Makefile.in
parent9e6785615586ef208c5643e4bd8880aacf98fe99 (diff)
downloadghdl-462c911391b4265e1a8ee2dc5b99bae8232e2daf.tar.gz
ghdl-462c911391b4265e1a8ee2dc5b99bae8232e2daf.tar.bz2
ghdl-462c911391b4265e1a8ee2dc5b99bae8232e2daf.zip
Makefile.in: add dependency for local install of synth_gates.h
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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/