diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2010-02-17 14:45:39 -0800 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2010-02-17 14:45:39 -0800 |
commit | bda356b2a672b41432631eeaa17ff4506e4f69f5 (patch) | |
tree | 6e467029b4184746042e8afe82f81267336956f4 /libpthread/nptl/sysdeps/unix/sysv | |
parent | 94f3c30dc2d8193f977daf04414b1edd815ced83 (diff) |
fix typo
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in index b5d841738..dd456a19e 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in @@ -147,7 +147,7 @@ headers_clean-y += nptl_linux_headers_clean # # Create header files. # -CFLAGS-gen_lowlevelbarrier.c = -S +CFLAGS-gen_llowlevelbarrier.c = -S CFLAGS-gen_llowlevelcond.c = -S CFLAGS-gen_llowlevelrwlock.c = -S CFLAGS-gen_llowlevelrobustlock.c = -S |