|
|
@ -21,7 +21,8 @@ include $(TESTS_DIR)/infer.make
|
|
|
|
../codetoanalyze/path\ with\ spaces/hel\ lo.c ../codetoanalyze/path\ with\ spaces/hel\ lo2.c:
|
|
|
|
../codetoanalyze/path\ with\ spaces/hel\ lo.c ../codetoanalyze/path\ with\ spaces/hel\ lo2.c:
|
|
|
|
# make does not want to interpret "$(@D)" in the right way here...
|
|
|
|
# make does not want to interpret "$(@D)" in the right way here...
|
|
|
|
$(QUIET)$(MKDIR_P) ../codetoanalyze/path\ with\ spaces/
|
|
|
|
$(QUIET)$(MKDIR_P) ../codetoanalyze/path\ with\ spaces/
|
|
|
|
$(QUIET)cp "$<" "$@"
|
|
|
|
# allow copy races with other tests if they are doing the same action
|
|
|
|
|
|
|
|
$(QUIET)$(call copy_or_same_file,$<,$@)
|
|
|
|
$(QUIET)touch "$@"
|
|
|
|
$(QUIET)touch "$@"
|
|
|
|
../codetoanalyze/path\ with\ spaces/hel\ lo.c: ../codetoanalyze/path_with_spaces/hel_lo.c
|
|
|
|
../codetoanalyze/path\ with\ spaces/hel\ lo.c: ../codetoanalyze/path_with_spaces/hel_lo.c
|
|
|
|
../codetoanalyze/path\ with\ spaces/hel\ lo2.c: ../codetoanalyze/path_with_spaces/hel_lo2.c
|
|
|
|
../codetoanalyze/path\ with\ spaces/hel\ lo2.c: ../codetoanalyze/path_with_spaces/hel_lo2.c
|
|
|
|