|
From: Dirk M. <mu...@kd...> - 2004-03-13 02:56:36
|
CVS commit by mueller: whoops M +7 -7 Makefile.am 1.3 --- valgrind/coregrind/arch/x86-linux/Makefile.am #1.2:1.3 @@ -4,11 +4,11 @@ libpthread_so_SOURCES = \ - vg_libpthread.c \ - vg_libpthread_unimp.c \ - vg_syscall.S + vg_libpthread.c \ + vg_libpthread_unimp.c \ + vg_syscall.S libpthread_so_DEPENDENCIES = $(srcdir)/vg_libpthread.vs libpthread_so_LDFLAGS = -Werror -fno-omit-frame-pointer -UVG_LIBDIR \ - -shared -fpic \ - -Wl,-version-script $(srcdir)/vg_libpthread.vs \ - -Wl,-z,nodelete \ - -Wl,--soname=libpthread.so.0 + -shared -fpic \ + -Wl,-version-script $(srcdir)/vg_libpthread.vs \ + -Wl,-z,nodelete \ + -Wl,--soname=libpthread.so.0 |