configure: Delete %.C (C++) build rule

Breaks build of %.c files on Windows with some versions of Make.
This commit is contained in:
Andrew Johnson
2011-06-07 09:52:54 -05:00
parent f18b435cf6
commit 445b5e473b

View File

@@ -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) $@