diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-12 05:04:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-12 05:04:04 +0000 |
commit | e45d62703e244b5c3d9ff3eef5a4e84d9d24e1cf (patch) | |
tree | e9ef111217c017fc862ccad96b34a87e0a5d028a | |
parent | 6ed9fd4b5843d29e67c6b93a3c0f58c58ed620af (diff) | |
download | coreutils-e45d62703e244b5c3d9ff3eef5a4e84d9d24e1cf.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 5 | ||||
-rw-r--r-- | tests/cut/Makefile.in | 2 | ||||
-rw-r--r-- | tests/md5sum/Makefile.in | 2 | ||||
-rw-r--r-- | tests/sort/Makefile.in | 2 | ||||
-rw-r--r-- | tests/tr/Makefile.in | 2 |
5 files changed, 9 insertions, 4 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 251fc161e..3fc9e7630 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 10 23:41:36 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * lib/md5.c (md5_stream): Apply fix from Ralph Loader + <loader@maths.ox.ac.uk> via Ulrich Drepper. + Wed Oct 9 07:26:40 1996 Jim Meyering <meyering@na-net.ornl.gov> * lib/Makefile.am (tu_DEPENDENCIES): Depend on $(tu_LIBADD). diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index 5d5b2af22..19e485969 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 d7abed3fa..e41916fee 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 682f12672..d253366da 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 178b93561..1cc402ceb 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: |