diff options
author | kargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-02 18:01:09 +0000 |
---|---|---|
committer | kargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-02 18:01:09 +0000 |
commit | 850ebb18f03afad2666d134a45f7bdb6e5788e29 (patch) | |
tree | 34a55c61d1af01913167e29922ff6f359a4e7c58 /libgfortran | |
parent | f1f71333423e4f0415bc812224bf91ebef82d24e (diff) | |
download | gcc-850ebb18f03afad2666d134a45f7bdb6e5788e29.tar.gz |
2007-07-02 Steven G. Kargl <kargl@gcc.gnu.org>
* Makefile.in: Remove extraneous kill.lo rule.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126220 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran')
-rw-r--r-- | libgfortran/ChangeLog | 4 | ||||
-rw-r--r-- | libgfortran/Makefile.in | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index e1bdb0548ae..556357e8b04 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,7 @@ +2007-07-02 Steven G. Kargl <kargl@gcc.gnu.org> + + * Makefile.in: Remove extraneous kill.lo rule. + 2007-07-02 Janne Blomqvist <jb@gcc.gnu.org> PR fortran/32239 diff --git a/libgfortran/Makefile.in b/libgfortran/Makefile.in index 5d97b903ddc..cf5f3bae20a 100644 --- a/libgfortran/Makefile.in +++ b/libgfortran/Makefile.in @@ -4304,9 +4304,6 @@ iso_c_generated_procs.lo: intrinsics/iso_c_generated_procs.c iso_c_binding.lo: intrinsics/iso_c_binding.c $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o iso_c_binding.lo `test -f 'intrinsics/iso_c_binding.c' || echo '$(srcdir)/'`intrinsics/iso_c_binding.c -kill.lo: intrinsics/kill.c - $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kill.lo `test -f 'intrinsics/kill.c' || echo '$(srcdir)/'`intrinsics/kill.c - link.lo: intrinsics/link.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT link.lo -MD -MP -MF "$(DEPDIR)/link.Tpo" -c -o link.lo `test -f 'intrinsics/link.c' || echo '$(srcdir)/'`intrinsics/link.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/link.Tpo" "$(DEPDIR)/link.Plo"; else rm -f "$(DEPDIR)/link.Tpo"; exit 1; fi |