Restore print out when compiling io_* files #326

This commit is contained in:
Derek Bankieris 2016-10-21 09:20:50 -05:00
parent 4f49460a6f
commit 2279ba8648

View File

@ -459,7 +459,7 @@ void PrintAttributes::printIOMakefile() {
<< "$(S_MAIN): $(IO_OBJECTS)" << std::endl
<< std::endl
<< "$(IO_OBJECTS): \%.o : \%.cpp" << std::endl
<< "\t$(PRINT_IO_COMPILE)" << std::endl
<< "\t$(PRINT_COMPILE)" << std::endl
<< "\t$(ECHO_CMD)$(TRICK_CPPC) $(TRICK_CXXFLAGS) $(TRICK_SYSTEM_CXXFLAGS) -MMD -MP -c $< -o $@" << std::endl
<< std::endl
<< "-include $(IO_OBJECTS:.o=.d)" << std::endl