diff options
author | Jim Meyering <jim@meyering.net> | 2002-01-16 10:01:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-01-16 10:01:52 +0000 |
commit | 8efbf4f961beaa3b60cc67c9cca2253e4d62e736 (patch) | |
tree | 57d0e6cba00e46d784f9525cbf3577e8e75b0043 /tests/shred | |
parent | 9e19c0c5cdf215cd514f7d837e9ba816622a755e (diff) | |
download | coreutils-8efbf4f961beaa3b60cc67c9cca2253e4d62e736.tar.xz |
.
Diffstat (limited to 'tests/shred')
-rw-r--r-- | tests/shred/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/shred/Makefile.in b/tests/shred/Makefile.in index b3273d00d..603871061 100644 --- a/tests/shred/Makefile.in +++ b/tests/shred/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.5a from Makefile.am. +# Makefile.in generated by automake 1.5c from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 @@ -13,7 +13,6 @@ # PARTICULAR PURPOSE. @SET_MAKE@ - SHELL = @SHELL@ srcdir = @srcdir@ @@ -138,7 +137,7 @@ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu tests/shred/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) uninstall-info-am: tags: TAGS TAGS: @@ -237,6 +236,7 @@ install-am: all-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: |