aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-01-05 20:46:15 +0100
committertgingold <tgingold@users.noreply.github.com>2021-01-06 07:30:46 +0100
commit99853361819bff87e7cf8103c5205721ec195c32 (patch)
tree29a6dda1199534497f5a09ea1268aa3a619c41b8 /Makefile.in
parent301f442a6e66a83b47ed7d40e5b61389b9c33446 (diff)
downloadghdl-99853361819bff87e7cf8103c5205721ec195c32.tar.gz
ghdl-99853361819bff87e7cf8103c5205721ec195c32.tar.bz2
ghdl-99853361819bff87e7cf8103c5205721ec195c32.zip
mv dist/* scripts/
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index d3c2c8190..8d7310ce5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -273,10 +273,10 @@ copy-sources.gcc: version.ads
$(CP) -p $(srcdir)/doc/ghdl.texi $(srcdir)/doc/ghdl.1 $(gcc_vhdl_dir)
$(MKDIR) $(gcc_vhdl_dir)/ghdldrv
$(CP) -pR $(srcdir)/src/ghdldrv/*.ad? $(gcc_vhdl_dir)/ghdldrv
- $(CP) -p $(srcdir)/dist/gcc/Make-lang.in $(gcc_vhdl_dir)
- $(CP) -p $(srcdir)/dist/gcc/config-lang.in $(gcc_vhdl_dir)
- $(CP) -p $(srcdir)/dist/gcc/lang-options.h $(gcc_vhdl_dir)
- $(CP) -p $(srcdir)/dist/gcc/lang-specs.h $(gcc_vhdl_dir)
+ $(CP) -p $(srcdir)/scripts/gcc/Make-lang.in $(gcc_vhdl_dir)
+ $(CP) -p $(srcdir)/scripts/gcc/config-lang.in $(gcc_vhdl_dir)
+ $(CP) -p $(srcdir)/scripts/gcc/lang-options.h $(gcc_vhdl_dir)
+ $(CP) -p $(srcdir)/scripts/gcc/lang-specs.h $(gcc_vhdl_dir)
# To build vhdl libs using a non-installed ghdl, define GHDL_GCC_BIN to the
# path of ghdl and GHDL1_GCC_BIN to path of ghdl1
@@ -569,7 +569,7 @@ install.vhdllib: install.dirs
done
# ANSI color
$(INSTALL_DATA) -p \
- $(srcdir)/dist/ansi_color.sh $(DESTDIR)$(VHDL_LIB_DIR)/;
+ $(srcdir)/scripts/ansi_color.sh $(DESTDIR)$(VHDL_LIB_DIR)/;
# Vendors scripts
$(MKDIR) -p $(DESTDIR)$(VHDL_LIB_DIR)/vendors
$(INSTALL_DATA) -p \