From 4e27c73749284b46b899851f3b1ef00fe5187b47 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 2 Jan 2015 12:29:39 +0100 Subject: gcc/Make-lang.in: fix dependency. --- dist/gcc/Make-lang.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/gcc/Make-lang.in') diff --git a/dist/gcc/Make-lang.in b/dist/gcc/Make-lang.in index 3b23508..e8c078e 100644 --- a/dist/gcc/Make-lang.in +++ b/dist/gcc/Make-lang.in @@ -125,7 +125,7 @@ ghdl$(exeext): ghdl1$(exeext) vhdl/default_pathes.ads force if test $@ -nt s-ghdllib; then $(RM) -f s-ghdllib; fi # Ghdl libraries. -s-ghdllib: ghdl1$(exeext) +s-ghdllib: ghdl$(exeext) ghdl1$(exeext) $(MAKE_IN_VHDL) ghdllib touch $@ -- cgit