From 050f7ed2c81a31a94984e98bd67caf4365579c97 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Wed, 4 Nov 2009 02:48:58 +0000 Subject: [PATCH] bug 275462: Build failed due to dependency files with spaces Benchmark reverted back until bug 294135 is figured out --- .../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 a9765d874aa..b21a1371ae7 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"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 ' '