mirror of https://github.com/CGAL/cgal
Update .C -> .o rule to .cpp (used to crash with gcc 3.3.4)
This commit is contained in:
parent
88fe7a947f
commit
3f3300946e
|
|
@ -77,6 +77,6 @@ extensive_parameterization_test.clean:
|
|||
# suffix rules
|
||||
#---------------------------------------------------------------------#
|
||||
|
||||
.C$(OBJ_EXT):
|
||||
.cpp$(OBJ_EXT):
|
||||
$(CGAL_CXX) $(CXXFLAGS) $(OBJ_OPT) $<
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue