diff options
author | Jim Meyering <jim@meyering.net> | 1997-05-23 13:23:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-05-23 13:23:49 +0000 |
commit | 59ed92cdcf86526aef343d3b9eac7d04de4fd14d (patch) | |
tree | 7c1ad7ca7250ddb771cde504a176ef7f9c7d3ca5 /tests/pr | |
parent | d0a506b84b23ac0cf06c0085c8f782247440433f (diff) | |
download | coreutils-59ed92cdcf86526aef343d3b9eac7d04de4fd14d.tar.xz |
.
Diffstat (limited to 'tests/pr')
-rw-r--r-- | tests/pr/Makefile.in | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/tests/pr/Makefile.in b/tests/pr/Makefile.in index f636bce5f..beb1702d9 100644 --- a/tests/pr/Makefile.in +++ b/tests/pr/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 @@ -169,7 +169,7 @@ default: all .SUFFIXES: .SUFFIXES: .pl $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/pr-test/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/pr-test/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ @@ -182,10 +182,12 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = tests/pr-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/pr-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/pr-test/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ test -f $(distdir)/$$file \ @@ -245,7 +247,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: |