summaryrefslogtreecommitdiff
path: root/tests/md5sum
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-05-23 13:23:49 +0000
committerJim Meyering <jim@meyering.net>1997-05-23 13:23:49 +0000
commit59ed92cdcf86526aef343d3b9eac7d04de4fd14d (patch)
tree7c1ad7ca7250ddb771cde504a176ef7f9c7d3ca5 /tests/md5sum
parentd0a506b84b23ac0cf06c0085c8f782247440433f (diff)
downloadcoreutils-59ed92cdcf86526aef343d3b9eac7d04de4fd14d.tar.xz
.
Diffstat (limited to 'tests/md5sum')
-rw-r--r--tests/md5sum/Makefile.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/tests/md5sum/Makefile.in b/tests/md5sum/Makefile.in
index 4ccd98a15..ac5fa9772 100644
--- a/tests/md5sum/Makefile.in
+++ b/tests/md5sum/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.1o from Makefile.am
+# Makefile.in generated automatically by automake 1.1p from Makefile.am
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
@@ -117,7 +117,7 @@ default: all
.SUFFIXES:
.SUFFIXES: .pl
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/md5sum-test/Makefile
+ cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/md5sum-test/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
@@ -130,10 +130,12 @@ TAGS:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
subdir = tests/md5sum-test
+
distdir: $(DISTFILES)
- here=`cd $(top_builddir) && pwd`; top_distdir=`cd $$top_distdir && pwd` \
- && cd $(top_srcdir) \
- && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu tests/md5sum-test/Makefile
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits tests/md5sum-test/Makefile
@for file in $(DISTFILES); do \
d=$(srcdir); \
test -f $(distdir)/$$file \
@@ -193,7 +195,7 @@ clean-generic:
distclean-generic:
rm -f Makefile $(DISTCLEANFILES)
- rm -f config.cache config.log stamp-h
+ rm -f config.cache config.log stamp-h stamp-h[0-9]*
test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic: