summaryrefslogtreecommitdiff
path: root/tests/tr
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/tr
parentd0a506b84b23ac0cf06c0085c8f782247440433f (diff)
downloadcoreutils-59ed92cdcf86526aef343d3b9eac7d04de4fd14d.tar.xz
.
Diffstat (limited to 'tests/tr')
-rw-r--r--tests/tr/Makefile.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in
index b64fd5e9e..b666b6552 100644
--- a/tests/tr/Makefile.in
+++ b/tests/tr/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
@@ -133,7 +133,7 @@ default: all
.SUFFIXES:
.SUFFIXES: .pl
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/tr-test/Makefile
+ cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/tr-test/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
@@ -146,10 +146,12 @@ TAGS:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
subdir = tests/tr-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/tr-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/tr-test/Makefile
@for file in $(DISTFILES); do \
d=$(srcdir); \
test -f $(distdir)/$$file \
@@ -209,7 +211,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: