diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-11 12:10:14 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-11 12:10:14 +0200 |
commit | e76d6c8738aea33317c8d7bb57e4b1acff111edb (patch) | |
tree | 7dfd5e9b9bb346868f830fca46ba0d4cd81df703 /libpthread/nptl | |
parent | b42f780c8198db68a18ae6bdcb3bb284fe073dfb (diff) |
buildsys: fix clean vs. headerclean
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl')
-rw-r--r-- | libpthread/nptl/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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) |