From e7d08f71485eeeb4d0f2fcf86a4f6f78a995498d Mon Sep 17 00:00:00 2001 From: Xiretza Date: Thu, 17 Mar 2022 10:12:23 +0100 Subject: Makefile: install.libghdl.local: don't install to DESTDIR The purpose of the .local install targets is to install the files in-tree to allow running the test suite before installing ghdl proper. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 12657beae..1342b02a0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -472,8 +472,8 @@ install.libghdl.include: install.dirs $(srcdir)/src/synth/include/synth_gates.h test: install.libghdl.local install.libghdl.local: all.libghdl - $(INSTALL_DATA) -p $(srcdir)/src/synth/include/synth.h $(DESTDIR)$(incdirsuffix)/ghdl - $(INSTALL_DATA) -p $(srcdir)/src/synth/include/synth_gates.h $(DESTDIR)$(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/ install.libghdl.lib: $(INSTALL_PROGRAM) -p lib/$(libghdl_name) $(DESTDIR)$(libdir)/ -- cgit v1.2.3