aboutsummaryrefslogtreecommitdiff
path: root/texinfo
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@dcc.unicamp.br>1999-02-24 01:03:01 +0000
committerAlexandre Oliva <oliva@gcc.gnu.org>1999-02-24 01:03:01 +0000
commit76dc72a7e5ec7493f2fdfb1cc699c9e06716003f (patch)
treec22ccb48dc58e382b666680abe562705709a5621 /texinfo
parentae069bb08a294087e635aa4be83919adc825ad22 (diff)
downloadgcc-76dc72a7e5ec7493f2fdfb1cc699c9e06716003f.zip
gcc-76dc72a7e5ec7493f2fdfb1cc699c9e06716003f.tar.gz
gcc-76dc72a7e5ec7493f2fdfb1cc699c9e06716003f.tar.bz2
Makefile.in: Regen dependencies.
* lib/Makefile.in: Regen dependencies. * makeinfo/Makefile.in, util/Makefile.in: Likewise. From-SVN: r25391
Diffstat (limited to 'texinfo')
-rw-r--r--texinfo/ChangeLog5
-rw-r--r--texinfo/lib/Makefile.in6
-rw-r--r--texinfo/makeinfo/Makefile.in5
-rw-r--r--texinfo/util/Makefile.in4
4 files changed, 15 insertions, 5 deletions
diff --git a/texinfo/ChangeLog b/texinfo/ChangeLog
index 78f6596..f5ac597 100644
--- a/texinfo/ChangeLog
+++ b/texinfo/ChangeLog
@@ -1,3 +1,8 @@
+1999-02-24 Alexandre Oliva <oliva@dcc.unicamp.br>
+
+ * lib/Makefile.in: Regen dependencies.
+ * makeinfo/Makefile.in, util/Makefile.in: Likewise.
+
1999-02-01 Manfred Hollstein <manfred@s-direktnet.de>
* util/Makefile.am (noinst_PROGRAMS): Renamed from "bin_PROGRAMS"
diff --git a/texinfo/lib/Makefile.in b/texinfo/lib/Makefile.in
index 6c0b5cd..ad8aa28 100644
--- a/texinfo/lib/Makefile.in
+++ b/texinfo/lib/Makefile.in
@@ -206,10 +206,10 @@ distdir: $(DISTFILES)
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file; \
done
-getopt.o: getopt.c getopt.h
-getopt1.o: getopt1.c getopt.h
+getopt.o: getopt.c ../config.h getopt.h
+getopt1.o: getopt1.c ../config.h getopt.h
xmalloc.o: xmalloc.c
-xstrdup.o: xstrdup.c
+xstrdup.o: xstrdup.c ../config.h
info:
dvi:
diff --git a/texinfo/makeinfo/Makefile.in b/texinfo/makeinfo/Makefile.in
index 5947d6c..a13701c 100644
--- a/texinfo/makeinfo/Makefile.in
+++ b/texinfo/makeinfo/Makefile.in
@@ -207,8 +207,9 @@ distdir: $(DISTFILES)
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file; \
done
-makeinfo.o: makeinfo.c ../lib/system.h ../lib/getopt.h makeinfo.h
-multi.o: multi.c ../lib/system.h makeinfo.h
+makeinfo.o: makeinfo.c ../lib/system.h ../config.h ../lib/getopt.h \
+ makeinfo.h
+multi.o: multi.c ../lib/system.h ../config.h makeinfo.h
info:
dvi:
diff --git a/texinfo/util/Makefile.in b/texinfo/util/Makefile.in
index 5927d4e..f84608e 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