From 9b52f0ef04686abb6ae1fc00a1161285c15cae93 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 30 Jul 2010 08:53:58 +0000 Subject: [PATCH] Fix typo. --- testsuites/libtests/tar01/Makefile.am | 2 +- testsuites/libtests/tar02/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuites/libtests/tar01/Makefile.am b/testsuites/libtests/tar01/Makefile.am index 585526cebc..ac9ea97caf 100644 --- a/testsuites/libtests/tar01/Makefile.am +++ b/testsuites/libtests/tar01/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 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