]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (stamp-h): Create in $(objdir) instead of $(srcdir).
authorLoren J. Rittle <ljrittle@acm.org>
Tue, 22 May 2001 11:16:51 +0000 (11:16 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Tue, 22 May 2001 11:16:51 +0000 (11:16 +0000)
* libI77/Makefile.in (stamp-h): Create in $(objdir) instead
of $(srcdir).

From-SVN: r42442

libf2c/ChangeLog
libf2c/libI77/Makefile.in

index d31b82f8fd5019fc844f680e28d68c94ceacecb8..9f790f488f70e0b7c33c9a92312e73cce92fe2ab 100644 (file)
@@ -1,3 +1,8 @@
+2001-05-21  Loren J. Rittle  <ljrittle@acm.org>
+
+       * libI77/Makefile.in (stamp-h): Create in $(objdir) instead
+       of $(srcdir).
+
 2001-05-18  Andreas Jaeger  <aj@suse.de>
 
        * libI77/Makefile.in (stamp-h): Only create config.h, touch stamp-h.
index f360df33f97c6a1d49fca9c164872aea259e3cdb..544f24ef4d509c72824954a7d6778097651710d3 100644 (file)
@@ -91,7 +91,7 @@ ${srcdir}/stamp-h.in: configure.in
 config.h: stamp-h; @true
 stamp-h: config.h.in config.status
        CONFIG_FILES= CONFIG_HEADERS=config.h $(SHELL) config.status
-       echo timestamp > ${srcdir}/stamp-h
+       echo timestamp > stamp-h
 
 VersionI.o: Version.c
        $(CC) -c $(ALL_CFLAGS) -o $@ $(srcdir)/Version.c