Skip to content

Commit 23f0c48

Browse files
author
Luca Toniolo
committed
small build warning fix
1 parent 49133ba commit 23f0c48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/emc/motion_planning/Submakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/.
9191
MOTION_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 $^ $@

0 commit comments

Comments
 (0)