From e76d6c8738aea33317c8d7bb57e4b1acff111edb Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 11 Jun 2010 12:10:14 +0200 Subject: buildsys: fix clean vs. headerclean Signed-off-by: Bernhard Reutner-Fischer --- libpthread/nptl/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpthread/nptl/Makefile.in') diff --git a/libpthread/nptl/Makefile.in b/libpthread/nptl/Makefile.in index a5bffdfd5..866db5a69 100644 --- a/libpthread/nptl/Makefile.in +++ b/libpthread/nptl/Makefile.in @@ -344,9 +344,9 @@ nptl_headers_bootstrap := $(top_builddir)include/pthread.h \ $(top_builddir)include/bits/stdio-lock.h -CLEAN_libpthread/nptl: +HEADERCLEAN_libpthread/nptl: $(do_rm) $(nptl_headers_bootstrap) \ $(addprefix $(PTHREAD_OUT)/pthread-errnos., c h s) -HEADERCLEAN_libpthread/nptl: +CLEAN_libpthread/nptl: $(do_rm) $(addprefix $(PTHREAD_OUT)/*., o os oS a) -- cgit v1.2.3