From 9b59fd857b14d4ee5447d2f57e6511d0244d9068 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 23 Feb 2005 04:05:19 +0000 Subject: have the directories themselves rather than the alias subdirs depend on $(LIBPTHREAD) --- libpthread/linuxthreads/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libpthread') diff --git a/libpthread/linuxthreads/Makefile b/libpthread/linuxthreads/Makefile index 766c0f1f3..50fc20cdf 100644 --- a/libpthread/linuxthreads/Makefile +++ b/libpthread/linuxthreads/Makefile @@ -80,13 +80,13 @@ endif clean: subdirs_clean $(RM) *.[oa] *~ core -subdirs: $(patsubst %, _dir_%, $(DIRS)) $(LIBPTHREAD) +subdirs: $(patsubst %, _dir_%, $(DIRS)) subdirs_clean: $(patsubst %, _dirclean_%, $(DIRS)) -$(patsubst %, _dir_%, $(DIRS)) : dummy +$(patsubst %, _dir_%, $(DIRS)): $(LIBPTHREAD) $(MAKE) -C $(patsubst _dir_%, %, $@) -$(patsubst %, _dirclean_%, $(DIRS)) : dummy +$(patsubst %, _dirclean_%, $(DIRS)): $(MAKE) -C $(patsubst _dirclean_%, %, $@) clean .PHONY: dummy -- cgit v1.2.3