From c76818fd780edf701e39b5f8a48eedfb1be4552e Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Wed, 21 Sep 2005 05:14:02 +0000 Subject: 'pthread.h' is not the only file that needs to be symlinked. When NPTL gets merged, you will need to do 'semaphore.h' and 'bits/pthreadtypes.h'. I think I have been a good little boy and keeping my NPTL changes out of mainline, so I'm going to go ahead and cross the line this once to get this change in. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c69eff813..e4a8fd1b3 100644 --- a/Makefile +++ b/Makefile @@ -350,6 +350,7 @@ clean: $(MAKE) -C libc/sysdeps/linux/common clean $(MAKE) -C extra/locale clean $(MAKE) -C utils clean + $(MAKE) -C libpthread clean @set -e; \ for i in `(cd $(TOPDIR)/libc/sysdeps/linux/common/sys; ls *.h)` ; do \ $(RM) include/sys/$$i; \ -- cgit v1.2.3