applied patch to fix dependency necessary for parallel make, #5074
This commit is contained in:
parent
f3aebaffcf
commit
fb7a30de80
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue