1
0
Fork 0
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:
Andrew Gvozdev 2009-11-03 22:08:47 +00:00
parent f43e16c9ea
commit e5e6d41831

View file

@ -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 ' '