diff options
author | Tristan Gingold <tgingold@free.fr> | 2015-01-02 12:29:39 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2015-01-02 12:29:39 +0100 |
commit | 4e27c73749284b46b899851f3b1ef00fe5187b47 (patch) | |
tree | ffbb66f99a6293c4be36e05305169c6a29ab3315 /dist | |
parent | 083bbdbdc6a8dd941b157b3917d0ba1de7ef56dd (diff) | |
download | ghdl-4e27c73749284b46b899851f3b1ef00fe5187b47.tar.gz ghdl-4e27c73749284b46b899851f3b1ef00fe5187b47.tar.bz2 ghdl-4e27c73749284b46b899851f3b1ef00fe5187b47.zip |
gcc/Make-lang.in: fix dependency.
Diffstat (limited to 'dist')
-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 3b23508c6..e8c078ef6 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 $@ |