diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-19 21:49:24 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-19 21:49:24 +0000 |
commit | 23bce9d590bcd4967f8b3e7d1001d86b8b1acd68 (patch) | |
tree | cc3c23828e9fa68dae726c664ad2e2cd14365b1e /libpthread/Makefile | |
parent | 751dd180c3c0a31517391f660b1f1f7b52f333ef (diff) |
headers is prerequisite for subdirs
Diffstat (limited to 'libpthread/Makefile')
-rw-r--r-- | libpthread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |