From 445b5e473ba3164c847f6a63ec40db00787b1ceb Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 7 Jun 2011 09:52:54 -0500 Subject: [PATCH] configure: Delete %.C (C++) build rule Breaks build of %.c files on Windows with some versions of Make. --- configure/RULES_BUILD | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure/RULES_BUILD b/configure/RULES_BUILD index cfacabca4..f2f1b164a 100644 --- a/configure/RULES_BUILD +++ b/configure/RULES_BUILD @@ -205,11 +205,6 @@ $(OBJLIBNAME):%$(OBJ): @$(RM) $@ $(COMPILE.cpp) $(call PATH_FILTER,$<) $(COMPILE_FILTER.cpp) -%$(OBJ): %.C - @$(HDEPENDS_CMD) - @$(RM) $@ - $(COMPILE.cpp) $(call PATH_FILTER,$<) $(COMPILE_FILTER.cpp) - # WIN95/NT resource compiler %$(RES): %.rc @$(RM) $@