diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-04-27 21:50:00 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-04-27 21:50:00 +0000 |
commit | 7b918bc71ef8458fe9e98847fcaa315f16c043ce (patch) | |
tree | 3984dbbcaa201e1ff773a8c039e6143e02714735 /TAO/tao/SmartProxies | |
parent | d56dcc96799fdd3f4efbbb0311c8766392f26cea (diff) | |
download | ATCD-7b918bc71ef8458fe9e98847fcaa315f16c043ce.tar.gz |
ChangeLogTag:Sat Apr 27 16:54:22 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/SmartProxies')
-rw-r--r-- | TAO/tao/SmartProxies/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/SmartProxies/Makefile b/TAO/tao/SmartProxies/Makefile index 636956582fd..62bc70ba07c 100644 --- a/TAO/tao/SmartProxies/Makefile +++ b/TAO/tao/SmartProxies/Makefile @@ -50,7 +50,8 @@ CPPFLAGS += -I$(TAO_ROOT) .obj/Smart_Proxies.o .obj/Smart_Proxies.so .shobj/Smart_Proxies.o .shobj/Smart_Proxies.so: Smart_Proxies.cpp Smart_Proxies.h \ - $(ACE_ROOT)/ace/pre.h smartproxies_export.h \ + $(ACE_ROOT)/ace/pre.h \ + smartproxies_export.h \ $(ACE_ROOT)/ace/post.h \ $(ACE_ROOT)/ace/ace_wchar.h \ $(ACE_ROOT)/ace/ace_wchar.inl \ |