diff options
Diffstat (limited to 'libpthread/headers.m4')
-rw-r--r-- | libpthread/headers.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/headers.m4 b/libpthread/headers.m4 index d6f23c5..2289811 100644 --- a/libpthread/headers.m4 +++ b/libpthread/headers.m4 @@ -39,5 +39,5 @@ AC_CONFIG_LINKS([ AC_CONFIG_COMMANDS_POST([ mkdir -p sysroot/lib libpthread && ln -sf ../../libpthread/libpthread.a sysroot/lib/ && - touch libpthread/libpthread.a + echo '/* This file intentionally left blank. */' >libpthread/libpthread.a ]) |