From 2279ba86488cdd170bdb022bcbc8bd80fe8e0626 Mon Sep 17 00:00:00 2001 From: Derek Bankieris Date: Fri, 21 Oct 2016 09:20:50 -0500 Subject: [PATCH] Restore print out when compiling io_* files #326 --- trick_source/codegen/Interface_Code_Gen/PrintAttributes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trick_source/codegen/Interface_Code_Gen/PrintAttributes.cpp b/trick_source/codegen/Interface_Code_Gen/PrintAttributes.cpp index 84b8d2f2..963641c8 100644 --- a/trick_source/codegen/Interface_Code_Gen/PrintAttributes.cpp +++ b/trick_source/codegen/Interface_Code_Gen/PrintAttributes.cpp @@ -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