diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-15 16:46:11 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-15 16:46:11 +0000 |
commit | 68a2b27e3cccb768441df0e288451c971199ce74 (patch) | |
tree | 51c013a9e8504e58efefbb594da71f44273ad6e2 /examples/IPC_SAP/FILE_SAP | |
parent | 73ff03f76de0d372c0bf376652a2f5bb26a3ea4c (diff) | |
download | ATCD-68a2b27e3cccb768441df0e288451c971199ce74.tar.gz |
updated Makefile dependencies
Diffstat (limited to 'examples/IPC_SAP/FILE_SAP')
-rw-r--r-- | examples/IPC_SAP/FILE_SAP/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/IPC_SAP/FILE_SAP/Makefile b/examples/IPC_SAP/FILE_SAP/Makefile index e7fea17426d..b3aecd55d26 100644 --- a/examples/IPC_SAP/FILE_SAP/Makefile +++ b/examples/IPC_SAP/FILE_SAP/Makefile @@ -37,8 +37,7 @@ include $(ACE_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/client.o .shobj/client.: client.cpp \ - $(ACE_ROOT)/ace/OS.h \ +.obj/client.o .shobj/client.: client.cpp $(ACE_ROOT)/ace/OS.h \ $(ACE_ROOT)/ace/config.h \ $(ACE_ROOT)/ace/stdcpp.h \ $(ACE_ROOT)/ace/OS.i \ |