aboutsummaryrefslogtreecommitdiffstats
path: root/dist/gcc
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-12-30 16:02:57 +0100
committerTristan Gingold <tgingold@free.fr>2014-12-30 16:02:57 +0100
commit3210520154d762d41aba458b31e68b66f0da235a (patch)
tree96af54acf79cbc4f24269d2235b193bb9f224b86 /dist/gcc
parent4d285e65d71ece770de8d21b506e37b874ee0850 (diff)
downloadghdl-3210520154d762d41aba458b31e68b66f0da235a.tar.gz
ghdl-3210520154d762d41aba458b31e68b66f0da235a.tar.bz2
ghdl-3210520154d762d41aba458b31e68b66f0da235a.zip
Make-lang.in: Fix dependency.
Diffstat (limited to 'dist/gcc')
-rw-r--r--dist/gcc/Make-lang.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/gcc/Make-lang.in b/dist/gcc/Make-lang.in
index 8c99c3381..3b23508c6 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 $@