Fix typo.

This commit is contained in:
Ralf Corsepius
2010-07-30 08:53:58 +00:00
parent a7b7386772
commit 9b52f0ef04
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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