diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-29 06:44:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-29 06:44:28 +0000 |
commit | ff83ba283058ee2416fe3525438f5b0637167213 (patch) | |
tree | 8677044217f443adcb6e530c9a034cae15527730 | |
parent | bbf7fda7019bbc1c06b9f30efb5446f9951e9399 (diff) | |
download | coreutils-ff83ba283058ee2416fe3525438f5b0637167213.tar.xz |
.
-rw-r--r-- | tests/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index f7f286145..bb4d0158f 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -153,7 +153,7 @@ target_alias = @target_alias@ all_programs = \ echo 'spy:;@echo $$(all_programs)' \ - | MAKEFLAGS= $(MAKE) -s -C $(srcdir)/../src -f Makefile -f - spy \ + | MAKEFLAGS= $(MAKE) -s -C ../src -f Makefile -f - spy \ | fmt -1 | sort -u |