applied patch to fix dependency necessary for parallel make, #5074

This commit is contained in:
Brian Gerkey 2011-07-19 05:56:58 +00:00
parent f3aebaffcf
commit fb7a30de80
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ $(GIT_DIR):
cd $(GIT_DIR) && git checkout $(GIT_REVISION)
touch rospack_nosubdirs
patched: $(GIT_PATCH) Makefile
patched: $(GIT_DIR) $(GIT_PATCH) Makefile
cd $(GIT_DIR) && git reset --hard
ifneq ($(strip $(GIT_PATCH)),)
$(foreach PATCH, $(GIT_PATCH), patch -d $(GIT_DIR) -p1 < $(PATCH) && ) echo patched