Make-lang.in (trans-common.o): Remove redundant dependency.

* Make-lang.in (trans-common.o): Remove redundant dependency.
(data.c): Replace object file name ...
(data.o): ... by the correct one.

From-SVN: r81887
This commit is contained in:
Tobias Schlüter 2004-05-15 19:08:04 +02:00 committed by Tobias Schlüter
parent 0682f0b80c
commit 39ae2b013a
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2004-05-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* Make-lang.in (trans-common.o): Remove redundant dependency.
(data.c): Replace object file name ...
(data.o): ... by the correct one.
2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* dump-parse-tree.c (gfc_show_array_ref): Print colon only

View File

@ -295,6 +295,6 @@ fortran/trans-array.o: $(GFORTRAN_TRANS_DEPS)
fortran/trans-intrinsic.o: $(GFORTRAN_TRANS_DEPS) fortran/mathbuiltins.def \
gt-fortran-trans-intrinsic.h
fortran/dependency.o: fortran/gfortran.h fortran/dependency.h
fortran/trans-common.o: $(GFORTRAN_TRANS_DEPS) fortran/gfortran.h
fortran/data.c: $(GFORTRAN_TRANS_DEPS)
fortran/trans-common.o: $(GFORTRAN_TRANS_DEPS)
fortran/data.o: $(GFORTRAN_TRANS_DEPS)