diff options
-rw-r--r-- | libpthread/nptl/sysdeps/powerpc/Makefile.arch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/powerpc/Makefile.arch b/libpthread/nptl/sysdeps/powerpc/Makefile.arch index bd34063b5..71695c88b 100644 --- a/libpthread/nptl/sysdeps/powerpc/Makefile.arch +++ b/libpthread/nptl/sysdeps/powerpc/Makefile.arch @@ -24,6 +24,8 @@ libpthread-so-y += $(PTHREAD_ARCH_OBJ:.o=.oS) libpthread-nomulti-y += $(PTHREAD_ARCH_OBJ) CFLAGS-powerpc = $(SSP_ALL_CFLAGS) +objclean-y += nptl_arch_objclean +headers_clean-y += nptl_arch_headers_clean # # Create 'tcb-offsets.h' header file. |