From: Peter S. Mazinger Date: Wed, 19 Oct 2005 21:49:24 +0000 (-0000) Subject: headers is prerequisite for subdirs X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=23bce9d590bcd4967f8b3e7d1001d86b8b1acd68;p=uclinux-h8%2FuClibc.git headers is prerequisite for subdirs --- diff --git a/libpthread/Makefile b/libpthread/Makefile index 43804795a..28ac45e73 100644 --- a/libpthread/Makefile +++ b/libpthread/Makefile @@ -50,7 +50,7 @@ tags: subdirs: $(patsubst %, _dir_%, $(DIRS)) subdirs_clean: $(patsubst %, _dirclean_%, $(ALL_SUBDIRS)) -$(patsubst %, _dir_%, $(DIRS)) : dummy +$(patsubst %, _dir_%, $(DIRS)) : headers $(MAKE) -C $(patsubst _dir_%, %, $@) $(patsubst %, _dirclean_%, $(ALL_SUBDIRS)) : dummy