From d4513ae22c1bacffa3ee003b6be9ed342e6d4c77 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 23 Jan 2015 06:40:47 +0100 Subject: dist/gcc: fix missing dependency in Make-lang.in --- dist/gcc/Make-lang.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/gcc/Make-lang.in') diff --git a/dist/gcc/Make-lang.in b/dist/gcc/Make-lang.in index e8c078e..8aa15e9 100644 --- a/dist/gcc/Make-lang.in +++ b/dist/gcc/Make-lang.in @@ -124,8 +124,8 @@ ghdl$(exeext): ghdl1$(exeext) vhdl/default_pathes.ads force -bargs -E -cargs $(ADA_CFLAGS) $(GHDL_ADAFLAGS) -largs $(LIBS) if test $@ -nt s-ghdllib; then $(RM) -f s-ghdllib; fi -# Ghdl libraries. -s-ghdllib: ghdl$(exeext) ghdl1$(exeext) +# Ghdl libraries. Also depends on xgcc to build std_standard.o +s-ghdllib: ghdl$(exeext) ghdl1$(exeext) $(GCC_PASSES) $(MAKE_IN_VHDL) ghdllib touch $@ -- cgit