diff options
author | Anisse Astier <anisse@astier.eu> | 2009-01-06 05:32:22 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-01-06 05:32:22 -0500 |
commit | 5a9e67b1a19e08a82387709f325d26e07b891d27 (patch) | |
tree | f1228b282c5f6ad1592c9026d70994856c2e3523 /Makefile | |
parent | f1fb9bb8594cecf4e81e7a8ab8f6268e0bace40b (diff) |
trivial: chack -> check typo fix in main Makefile
Trivial one letter spelling in main Makefile
Signed-off-by: Anisse Astier <anisse@astier.eu>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1008,7 +1008,7 @@ define check-symlink | |||
1008 | endef | 1008 | endef |
1009 | 1009 | ||
1010 | # We create the target directory of the symlink if it does | 1010 | # We create the target directory of the symlink if it does |
1011 | # not exist so the test in chack-symlink works and we have a | 1011 | # not exist so the test in check-symlink works and we have a |
1012 | # directory for generated filesas used by some architectures. | 1012 | # directory for generated filesas used by some architectures. |
1013 | define create-symlink | 1013 | define create-symlink |
1014 | if [ ! -L include/asm ]; then \ | 1014 | if [ ! -L include/asm ]; then \ |