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