diff options
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 9925f0f745..d819349f43 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -677,11 +677,6 @@ generated += libpthread_nonshared.a \ generated += $(objpfx)tst-atfork2.mtrace \ $(addsuffix .so,$(strip $(modules-names))) -$(objpfx)version.d: $(objpfx)banner.h -$(objpfx)version.os: $(objpfx)banner.h -$(objpfx)banner.h: Banner - sed 's/\(.*\)/"\1\\n"/' $< > $@ -generated += banner.h # Give libpthread.so an entry point and make it directly runnable itself. LDFLAGS-pthread.so += -e __nptl_main # pt-interp.c exists just to get the runtime linker path into libpthread.so. |