diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-19 05:16:20 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-19 05:16:20 +0000 |
commit | 24310b49c51aacca6fbb1a95578c40b5d44e84a8 (patch) | |
tree | 7a909857cfe67a751b0dfe15353723f276b796dc /libchill/Makefile.in | |
parent | 5e4353e02d91366746634232e45b64be85f90e3a (diff) | |
download | gcc-24310b49c51aacca6fbb1a95578c40b5d44e84a8.tar.gz |
* Makefile.in: Fix typos in previous change.
(rtsdummy.o): Don't depend on gvarargs.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24754 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libchill/Makefile.in')
-rw-r--r-- | libchill/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libchill/Makefile.in b/libchill/Makefile.in index 643f3fb9196..6277b9a7335 100644 --- a/libchill/Makefile.in +++ b/libchill/Makefile.in @@ -104,12 +104,12 @@ exh.o: exh.c rtltypes.h retmem.o: retmem.c unhex.o: unhex.c unhex1.o: unhex1.c -rtsdummy.o: rtsdummy.c gvarargs.h rtltypes.h +rtsdummy.o: rtsdummy.c rtltypes.h terminate.o: terminate.c rtltypes.h basicio.o: basicio.c fileio.h chillstdio.o: chillstdio.c iomodes.h delete.o: delete.c fileio.h -eoln.o: eoln.c fileio +eoln.o: eoln.c fileio.h existing.o: existing.c fileio.h format.o: format.c bitstring.h auxtypes.h iomodes.h format.h fileio.h ioerror.h getassoc.o: getassoc.c fileio.h |