]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fetish->coreutils in compilation command.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Apr 2005 23:31:22 +0000 (23:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Apr 2005 23:31:22 +0000 (23:31 +0000)
lib/t-chdir-long

index bf0381c148c0d3d79e08f5e5745d11998682306a..1f9a83cfb380eea01beb59222b8e5bdf01440ed6 100755 (executable)
@@ -4,7 +4,8 @@
 # temporary directories are easier to remove.
 # FIXME: don't clobber a.out
 
-gcc -DTEST_CHDIR=1 -DHAVE_CONFIG_H -I.. -g -O -W -Wall chdir-long.c libfetish.a
+gcc -DTEST_CHDIR=1 -DHAVE_CONFIG_H -I.. -g -O -W -Wall \
+  chdir-long.c libcoreutils.a
 
 vg='valgrind --track-fds=yes --leak-check=yes --quiet --num-callers=9'
 vg="$vg --leak-resolution=high"