diff options
Diffstat (limited to 'libpthread')
-rw-r--r-- | libpthread/ChangeLog | 4 | ||||
-rw-r--r-- | libpthread/headers.m4 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libpthread/ChangeLog b/libpthread/ChangeLog index d17b259..7545033 100644 --- a/libpthread/ChangeLog +++ b/libpthread/ChangeLog @@ -1,3 +1,7 @@ +2008-11-03 Neal H. Walfield <neal@gnu.org> + + * headers.m4: Don't create an empty libpthread/libpthread.a. + 2008-08-16 Neal H. Walfield <neal@gnu.org> * Makefile.am (SYSDEP_PATH): Replace l4/hurd with viengoos. 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 ]) |