diff options
-rw-r--r-- | Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index 3b421389b..27d2fc19d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -145,11 +145,11 @@ oread-mcode$(EXEEXT): force gcc_vhdl_dir=$(gcc_src_dir)/gcc/vhdl all.gcc: - echo "For installing sources in gcc, do:" - echo "1) make copy-sources" - echo "2) configure, build and install gcc" - echo "3) make ghdllib" - echo "4) make install" + @echo "For installing sources in gcc, do:" + @echo "1) make copy-sources" + @echo "2) configure, build and install gcc" + @echo "3) make ghdllib" + @echo "4) make install" copy-sources.gcc: version.ads $(RM) -rf $(gcc_vhdl_dir) |