Update .C -> .o rule to .cpp (used to crash with gcc 3.3.4)

This commit is contained in:
Laurent Saboret 2006-08-30 13:49:02 +00:00
parent 88fe7a947f
commit 3f3300946e
1 changed files with 1 additions and 1 deletions

View File

@ -77,6 +77,6 @@ extensive_parameterization_test.clean:
# suffix rules
#---------------------------------------------------------------------#
.C$(OBJ_EXT):
.cpp$(OBJ_EXT):
$(CGAL_CXX) $(CXXFLAGS) $(OBJ_OPT) $<