diff options
author | Jim Meyering <jim@meyering.net> | 1998-08-26 15:18:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-08-26 15:18:51 +0000 |
commit | f721219e91e5e42eee3c5d923e4c7426483d77cf (patch) | |
tree | 3205245dcb690e31f66a93367318f86c767af20f | |
parent | ded46c159bd3d814db3fda22eb0fc8c46a23320e (diff) | |
download | coreutils-f721219e91e5e42eee3c5d923e4c7426483d77cf.tar.xz |
*** empty log message ***
-rw-r--r-- | tests/dircolors/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/dircolors/Makefile.am b/tests/dircolors/Makefile.am index 57c9cd23b..dd7f41107 100644 --- a/tests/dircolors/Makefile.am +++ b/tests/dircolors/Makefile.am @@ -1,13 +1,12 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. -# FIXME: move Fetish.pm to .. -EXTRA_DIST = $(TESTS) Fetish.pm simple +EXTRA_DIST = $(TESTS) simple TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ PATH=../../src:$$PATH \ - DIRCOLORS=dircolors + PROG=dircolors TESTS = run-test |