diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-31 19:15:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-31 19:15:41 +0000 |
commit | 3ff0f8076b416cc59b62c03c01123a0b55ff3af9 (patch) | |
tree | a3cc17daee1d20f196db98a3a09a696683394373 /tests/chgrp | |
parent | 3dd1381c64ea17ab430635dc3bfd60ba3959ca66 (diff) | |
download | coreutils-3ff0f8076b416cc59b62c03c01123a0b55ff3af9.tar.xz |
.
Diffstat (limited to 'tests/chgrp')
-rw-r--r-- | tests/chgrp/Makefile.in | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/tests/chgrp/Makefile.in b/tests/chgrp/Makefile.in index 0b9006e0e..5aed0a6ca 100644 --- a/tests/chgrp/Makefile.in +++ b/tests/chgrp/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4b from Makefile.am +# Makefile.in generated automatically by automake 1.4c from Makefile.am # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. @@ -67,8 +67,6 @@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ @@ -146,6 +144,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status tags: TAGS TAGS: + check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ @@ -270,12 +269,12 @@ maintainer-clean-am: maintainer-clean-generic distclean-am maintainer-clean: maintainer-clean-am -.PHONY: tags check-TESTS distdir info-am info dvi-am dvi check check-am \ -installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all install-strip installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +.PHONY: all all-am all-redirect check check-TESTS check-am clean \ +clean-generic distclean distclean-generic distdir dvi dvi-am info \ +info-am install install-am install-data install-data-am install-exec \ +install-exec-am install-strip installcheck installcheck-am installdirs \ +maintainer-clean maintainer-clean-generic mostlyclean \ +mostlyclean-generic uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. |