diff options
author | Jim Meyering <jim@meyering.net> | 2003-11-09 21:19:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-11-09 21:19:18 +0000 |
commit | 5ce5b23f266ab6b5f6d9aa540fdb5f0e7cc48d9f (patch) | |
tree | ec5a9f60b4f680a7f3a4bc4263fdb73adef92669 /tests/basename | |
parent | 1130a40962dd2d0e4580469884183f5c7bb86a65 (diff) | |
download | coreutils-5ce5b23f266ab6b5f6d9aa540fdb5f0e7cc48d9f.tar.xz |
.
Diffstat (limited to 'tests/basename')
-rw-r--r-- | tests/basename/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/basename/Makefile.in b/tests/basename/Makefile.in index 432ed4022..b1c98c5c5 100644 --- a/tests/basename/Makefile.in +++ b/tests/basename/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.8 from Makefile.am. +# Makefile.in generated by automake 1.7.9a from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 @@ -175,6 +175,7 @@ all: all-am $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnits tests/basename/Makefile +.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) uninstall-info-am: @@ -306,7 +307,7 @@ install-am: all-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - INSTALL_STRIP_FLAG=-s \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: |