diff options
Diffstat (limited to 'TAO/tao/SmartProxies/Makefile')
-rw-r--r-- | TAO/tao/SmartProxies/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/SmartProxies/Makefile b/TAO/tao/SmartProxies/Makefile index 185cec3215a..1f8443f8499 100644 --- a/TAO/tao/SmartProxies/Makefile +++ b/TAO/tao/SmartProxies/Makefile @@ -50,8 +50,7 @@ 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_export.h \ $(ACE_ROOT)/ace/svc_export.h \ |