diff options
author | Loren J. Rittle <ljrittle@acm.org> | 2002-12-17 02:02:48 +0000 |
---|---|---|
committer | Loren J. Rittle <ljrittle@gcc.gnu.org> | 2002-12-17 02:02:48 +0000 |
commit | 8483c7e022834487185afd3167a3174b4fe3b2c4 (patch) | |
tree | cb90ac7ad281cc4b17c1f3c0c7215e98d44b4bd3 /gcc | |
parent | 9ee7999f333673b4110c7c2b8ac32e72f9401917 (diff) | |
download | gcc-8483c7e022834487185afd3167a3174b4fe3b2c4.zip gcc-8483c7e022834487185afd3167a3174b4fe3b2c4.tar.gz gcc-8483c7e022834487185afd3167a3174b4fe3b2c4.tar.bz2 |
* Makefile.in (gcov-iov.h): Improve portability.
From-SVN: r60190
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 04ec330..c70fef6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-12-16 Loren J. Rittle <ljrittle@acm.org> + + * Makefile.in (gcov-iov.h): Improve portability. + Mon Dec 16 23:39:19 CET 2002 Jan Hubicka <jh@suse.cz> * mips.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not use qpword on API_N32/not diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 29e5101..dcae106 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2318,7 +2318,7 @@ gcov-iov.o: gcov-iov.c version.c $(BCONFIG_H) coretypes.h $(GTM_H) $(SYSTEM_H) c gcov-iov$(build_exeext): gcov-iov.o $(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) gcov-iov.o -o $@ gcov-iov.h: gcov-iov$(build_exeext) - ./$< > $@ + ./gcov-iov$(build_exeext) > $@ gcov.o: gcov.c gcov-io.h gcov-iov.h intl.h $(SYSTEM_H) coretypes.h $(TM_H) $(CONFIG_H) gcov-dump.o: gcov-dump.c gcov-io.h gcov-iov.h $(SYSTEM_H) coretypes.h $(TM_H) $(CONFIG_H) |