diff options
Diffstat (limited to 'examples/Log_Msg/Makefile')
-rw-r--r-- | examples/Log_Msg/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/examples/Log_Msg/Makefile b/examples/Log_Msg/Makefile index 9949795ba24..54892bdc78f 100644 --- a/examples/Log_Msg/Makefile +++ b/examples/Log_Msg/Makefile @@ -40,16 +40,6 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU # DO NOT DELETE THIS LINE -- g++dep uses it. # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. -.obj/test_log_msg.o .shobj/test_log_msg.so: test_log_msg.cpp \ - $(WRAPPER_ROOT)/ace/Log_Msg.h \ - $(WRAPPER_ROOT)/ace/Log_Record.h \ - $(WRAPPER_ROOT)/ace/ACE.h \ - $(WRAPPER_ROOT)/ace/OS.h \ - $(WRAPPER_ROOT)/ace/Time_Value.h \ - $(WRAPPER_ROOT)/ace/config.h \ - $(WRAPPER_ROOT)/ace/Trace.h \ - $(WRAPPER_ROOT)/ace/ACE.i \ - $(WRAPPER_ROOT)/ace/Log_Priority.h \ - $(WRAPPER_ROOT)/ace/Log_Record.i +.obj/test_log_msg.o .shobj/test_log_msg.so: test_log_msg.cpp # IF YOU PUT ANYTHING HERE IT WILL GO AWAY |