From 9b52f0ef04686abb6ae1fc00a1161285c15cae93 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 30 Jul 2010 08:53:58 +0000 Subject: Fix typo. --- testsuites/libtests/tar02/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/libtests/tar02') diff --git a/testsuites/libtests/tar02/Makefile.am b/testsuites/libtests/tar02/Makefile.am index ab328fe19f..00b4174ce6 100644 --- a/testsuites/libtests/tar02/Makefile.am +++ b/testsuites/libtests/tar02/Makefile.am @@ -41,7 +41,7 @@ initial_filesystem.tar: (echo "This is a test of loading an RTEMS filesystem from an" ; \ echo "initial tar image.") >initial_fs/home/test_file (cd initial_fs; \ - $(LN_S) home/test_file symlink + $(LN_S) home/test_file symlink; \ $(PAX) -w -f ../initial_filesystem.tar home symlink) CLEANFILES += initial_filesystem.tar -- cgit v1.2.3