OSDN Git Service

1998-09-30 Dave Love <d.love@dl.ac.uk>
authorfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Sep 1998 11:50:08 +0000 (11:50 +0000)
committerfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Sep 1998 11:50:08 +0000 (11:50 +0000)
* Makefile.in (f2cext.c): Depend on g2c.h.

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

libf2c/ChangeLog
libf2c/Makefile.in

index 602542f..e8f615e 100644 (file)
@@ -1,3 +1,7 @@
+1998-09-30  Dave Love  <d.love@dl.ac.uk>
+
+       * Makefile.in (f2cext.c): Depend on g2c.h.
+
 1998-09-30  Robert Lipe  <robertl@dgii.com> 
 
        * Makefile.in (all): Correct dependencies do --disable-multilibs 
index 49a977b..3ad3837 100644 (file)
@@ -121,6 +121,8 @@ s-libe77: f2cext.c
        done
        echo timestamp >s-libe77
 
+f2cext.c: g2c.h
+
 ${srcdir}/configure: configure.in
        rm -f config.cache
        cd $(srcdir) && autoconf