|
|
|
@@ -1296,7 +1296,7 @@ target_path='.' |
|
|
|
|
|
|
|
# gcc stupidly only outputs the basename of targets with -MM, but we need the |
|
|
|
# full relative path for objects in subdirectories for non-recursive Make. |
|
|
|
DEPEND_CMD='$(DEPCC) $(DEPFLAGS) $< | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(*F)\\.o,$(@D)/$(*F).o,"' |
|
|
|
DEPEND_CMD='$(DEPCC) $(DEPFLAGS) $< | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(*F)\\.o,$(@D)/$(*F).o," > $@' |
|
|
|
DEPFLAGS='$(CPPFLAGS) $(CFLAGS) -MM' |
|
|
|
|
|
|
|
# find source path |
|
|
|
|