diff options
-rw-r--r-- | dist/gcc/Make-lang.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/gcc/Make-lang.in b/dist/gcc/Make-lang.in index 8c99c33..3b23508 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: +s-ghdllib: ghdl1$(exeext) $(MAKE_IN_VHDL) ghdllib touch $@ |