From e5e6d418317629ae330c30f0c9b2271bdfbacc71 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Tue, 3 Nov 2009 22:08:47 +0000 Subject: [PATCH] bug 275462: Build failed due to dependency files with spaces affected benchmark in a test case fixed --- .../test30Projects/test with spaces/Benchmarks/subdir.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/org.eclipse.cdt.managedbuilder.core.tests/resources/test30Projects/test with spaces/Benchmarks/subdir.mk b/build/org.eclipse.cdt.managedbuilder.core.tests/resources/test30Projects/test with spaces/Benchmarks/subdir.mk index b21a1371ae7..a9765d874aa 100644 --- a/build/org.eclipse.cdt.managedbuilder.core.tests/resources/test30Projects/test with spaces/Benchmarks/subdir.mk +++ b/build/org.eclipse.cdt.managedbuilder.core.tests/resources/test30Projects/test with spaces/Benchmarks/subdir.mk @@ -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 ' '