diff options
author | Tristan Gingold | 2014-12-30 16:02:57 +0100 |
---|---|---|
committer | Tristan Gingold | 2014-12-30 16:02:57 +0100 |
commit | 3210520154d762d41aba458b31e68b66f0da235a (patch) | |
tree | 96af54acf79cbc4f24269d2235b193bb9f224b86 /dist/gcc/Make-lang.in | |
parent | 4d285e65d71ece770de8d21b506e37b874ee0850 (diff) | |
download | ghdl-3210520154d762d41aba458b31e68b66f0da235a.tar.gz ghdl-3210520154d762d41aba458b31e68b66f0da235a.tar.bz2 ghdl-3210520154d762d41aba458b31e68b66f0da235a.zip |
Make-lang.in: Fix dependency.
Diffstat (limited to 'dist/gcc/Make-lang.in')
-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 $@ |