mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
bug 275462: Build failed due to dependency files with spaces
affected benchmark in a test case fixed
This commit is contained in:
parent
f43e16c9ea
commit
e5e6d41831
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ C_DEPS += \
|
|||
main\ with\ spaces.o: ../main\ with\ spaces.c
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C Compiler'
|
||||
gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"main\ with\ spaces.d" -o"$@" "$<"
|
||||
gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"main with spaces.d" -MT"main with spaces.d" -o"$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue