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
Benchmark reverted back until bug 294135 is figured out
This commit is contained in:
parent
2321c8338a
commit
050f7ed2c8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ C_DEPS += \
|
||||||
main\ with\ spaces.o: ../main\ with\ spaces.c
|
main\ with\ spaces.o: ../main\ with\ spaces.c
|
||||||
@echo 'Building file: $<'
|
@echo 'Building file: $<'
|
||||||
@echo 'Invoking: GCC C Compiler'
|
@echo 'Invoking: GCC C Compiler'
|
||||||
gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"main with spaces.d" -MT"main with spaces.d" -o"$@" "$<"
|
gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"main\ with\ spaces.d" -o"$@" "$<"
|
||||||
@echo 'Finished building: $<'
|
@echo 'Finished building: $<'
|
||||||
@echo ' '
|
@echo ' '
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue