File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ TARGETS += ../lib/libmotion_planning_9d.so ../lib/libmotion_planning_9d.so.0
8989# included from emc/tp/tc_types.h). Internal headers like blend_sizing.h
9090# stay local — they reference ../tp/ paths that break in the flat include/.
9191MOTION_PLANNING_PUBLIC_H := emc/motion_planning/bezier9.h
92- $(patsubst ./ emc/motion_planning/%,../include/%,$(MOTION_PLANNING_PUBLIC_H)): ../include/%.h: ./ emc/motion_planning/%.h
92+ $(patsubst emc/motion_planning/%,../include/%,$(MOTION_PLANNING_PUBLIC_H)): ../include/%.h: emc/motion_planning/%.h
9393 cp $^ $@
94- $(patsubst ./ emc/motion_planning/%,../include/%,$(wildcard ./ emc/motion_planning/*.hh)): ../include/%.hh: ./ emc/motion_planning/%.hh
94+ $(patsubst emc/motion_planning/%,../include/%,$(wildcard emc/motion_planning/*.hh)): ../include/%.hh: emc/motion_planning/%.hh
9595 cp $^ $@
You can’t perform that action at this time.
0 commit comments