diff options
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 \ |