diff options
author | oliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-24 01:03:01 +0000 |
---|---|---|
committer | oliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-24 01:03:01 +0000 |
commit | f9bc855d43bc370a7989721652f322e136881424 (patch) | |
tree | c22ccb48dc58e382b666680abe562705709a5621 /texinfo/util | |
parent | 8c23f3f41c4fa92631860a437720676c11b6b333 (diff) | |
download | gcc-f9bc855d43bc370a7989721652f322e136881424.tar.gz |
* lib/Makefile.in: Regen dependencies.
* makeinfo/Makefile.in, util/Makefile.in: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25391 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'texinfo/util')
-rw-r--r-- | texinfo/util/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/texinfo/util/Makefile.in b/texinfo/util/Makefile.in index 5927d4ec423..f84608e16e7 100644 --- a/texinfo/util/Makefile.in +++ b/texinfo/util/Makefile.in @@ -219,6 +219,10 @@ distdir: $(DISTFILES) || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file; \ done +install-info.o: install-info.c ../lib/system.h ../config.h \ + ../lib/getopt.h +texindex.o: texindex.c ../lib/system.h ../config.h ../lib/getopt.h + info: dvi: check: all |