Fix cgal_create_makefile: just some spaces that should have been a TAB

character.
This commit is contained in:
Laurent Rineau 2006-06-27 22:51:57 +00:00
parent cf006d34e0
commit c586310491
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ create_makefile()
echo
echo
echo ".cpp\$(OBJ_EXT):"
echo " \$(CGAL_CXX) \$(CXXFLAGS) \$(OBJ_OPT) \$<"
echo " \$(CGAL_CXX) \$(CXXFLAGS) \$(OBJ_OPT) \$<"
echo
}