* Make-lang.in (trans-common.o): Remove redundant dependency.
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 May 2004 17:08:04 +0000 (17:08 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 May 2004 17:08:04 +0000 (17:08 +0000)
(data.c): Replace object file name ...
(data.o): ... by the correct one.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81887 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/Make-lang.in

index 312afb3..586ddb6 100644 (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
index f12c19c..9792275 100644 (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)