mirror of
https://github.com/nasa/trick.git
synced 2025-04-07 19:34:23 +00:00
Restore print out when compiling io_* files #326
This commit is contained in:
parent
4f49460a6f
commit
2279ba8648
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user