diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/pthread')
-rw-r--r-- | libpthread/nptl/sysdeps/pthread/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/Makefile.in b/libpthread/nptl/sysdeps/pthread/Makefile.in index 59076006d..0c3b52f9d 100644 --- a/libpthread/nptl/sysdeps/pthread/Makefile.in +++ b/libpthread/nptl/sysdeps/pthread/Makefile.in @@ -128,9 +128,9 @@ $(pthread_DIR)/pt-sigfillset.c: $(pthread_DIR)/pt-sigprocmask.c: $(LN) -s sigprocmask.c $@ -objclean-y += pthread_objclean +objclean-y += nptl_pthread_clean -pthread_objclean: - $(RM) $(pthread_OUT)/*.{o,os,oS,s,S} $(pthread_OUT)/defs.h \ +nptl_pthread_clean: + $(do_rm) $(addprefix $(pthread_OUT)/*., o os oS s S) $(pthread_OUT)/defs.h \ $(pthread_DIR)/pt-sigaction.c $(pthread_DIR)/pt-sigfillset.c \ $(pthread_DIR)/pt-sigprocmask.c |