From e45d62703e244b5c3d9ff3eef5a4e84d9d24e1cf Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 12 Oct 1996 05:04:04 +0000 Subject: [PATCH] . --- old/textutils/ChangeLog | 5 +++++ tests/cut/Makefile.in | 2 +- tests/md5sum/Makefile.in | 2 +- tests/sort/Makefile.in | 2 +- tests/tr/Makefile.in | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 251fc161e3..3fc9e7630d 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 10 23:41:36 1996 Jim Meyering + + * lib/md5.c (md5_stream): Apply fix from Ralph Loader + via Ulrich Drepper. + Wed Oct 9 07:26:40 1996 Jim Meyering * lib/Makefile.am (tu_DEPENDENCIES): Depend on $(tu_LIBADD). diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index 5d5b2af22f..19e485969e 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/Makefile.in @@ -84,7 +84,7 @@ default: all $(srcdir)/Makefile.in: @MAINT@Makefile.am $(top_srcdir)/configure.in cd $(top_srcdir) && automake $(subdir)/Makefile -Makefile: $(top_builddir)/config.status $(srcdir)/Makefile.in +Makefile: $(top_builddir)/config.status $(srcdir)/Makefile.in $(BUILT_SOURCES) cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status tags: TAGS TAGS: diff --git a/tests/md5sum/Makefile.in b/tests/md5sum/Makefile.in index d7abed3fa4..e41916feed 100644 --- a/tests/md5sum/Makefile.in +++ b/tests/md5sum/Makefile.in @@ -63,7 +63,7 @@ default: all $(srcdir)/Makefile.in: @MAINT@Makefile.am $(top_srcdir)/configure.in cd $(top_srcdir) && automake $(subdir)/Makefile -Makefile: $(top_builddir)/config.status $(srcdir)/Makefile.in +Makefile: $(top_builddir)/config.status $(srcdir)/Makefile.in $(BUILT_SOURCES) cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status tags: TAGS TAGS: diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in index 682f12672d..d253366daa 100644 --- a/tests/sort/Makefile.in +++ b/tests/sort/Makefile.in @@ -88,7 +88,7 @@ default: all $(srcdir)/Makefile.in: @MAINT@Makefile.am $(top_srcdir)/configure.in cd $(top_srcdir) && automake $(subdir)/Makefile -Makefile: $(top_builddir)/config.status $(srcdir)/Makefile.in +Makefile: $(top_builddir)/config.status $(srcdir)/Makefile.in $(BUILT_SOURCES) cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status tags: TAGS TAGS: diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index 178b93561c..1cc402cebb 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -86,7 +86,7 @@ default: all $(srcdir)/Makefile.in: @MAINT@Makefile.am $(top_srcdir)/configure.in cd $(top_srcdir) && automake $(subdir)/Makefile -Makefile: $(top_builddir)/config.status $(srcdir)/Makefile.in +Makefile: $(top_builddir)/config.status $(srcdir)/Makefile.in $(BUILT_SOURCES) cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status tags: TAGS TAGS: -- 2.47.2