diff options
author | Jim Meyering <jim@meyering.net> | 1998-09-29 03:12:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-09-29 03:12:27 +0000 |
commit | 0bb1cba1bc44878fe89f8ea0f7b503c2635ea3bb (patch) | |
tree | 144882eba1f3e9f59a1b19f8be6148354acb9b2f /tests/touch | |
parent | 662777cad53bde1934eee792973a028fa5480196 (diff) | |
download | coreutils-0bb1cba1bc44878fe89f8ea0f7b503c2635ea3bb.tar.xz |
.
Diffstat (limited to 'tests/touch')
-rw-r--r-- | tests/touch/Makefile.in | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in index b6f09421f..c158b2000 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/Makefile.in @@ -1,9 +1,10 @@ -# Makefile.in generated automatically by automake 1.3 from Makefile.am +# Makefile.in generated automatically by automake 1.3b from Makefile.am # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. + # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A @@ -31,7 +32,7 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DISTDIR = +DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -170,7 +171,7 @@ check-TESTS: $(TESTS) info: dvi: check: all - $(MAKE) check-TESTS + $(MAKE) $(AM_MAKEFLAGS) check-TESTS installcheck: install-exec: @$(NORMAL_INSTALL) @@ -184,24 +185,19 @@ install: install-exec install-data all uninstall: install-strip: - $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install installdirs: mostlyclean-generic: - -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: - -rm -f Makefile $(DISTCLEANFILES) + -rm -f Makefile $(CONFIG_CLEAN_FILES) -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: - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) mostlyclean: mostlyclean-generic clean: clean-generic mostlyclean |