diff options
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r-- | TAO/TAO_IDL/Makefile.EXE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/Makefile.EXE b/TAO/TAO_IDL/Makefile.EXE index 7ef474720e0..7cb0ee31ca7 100644 --- a/TAO/TAO_IDL/Makefile.EXE +++ b/TAO/TAO_IDL/Makefile.EXE @@ -12,7 +12,7 @@ ifndef TAO_ROOT TAO_ROOT = $(ACE_ROOT)/TAO endif # ! TAO_ROOT -LDLIBS = -lTAO_IDL_FE_DLL -lTAO_IDL_BE_DLL +LDLIBS = -lTAO_IDL_BE_DLL -lTAO_IDL_FE_DLL BIN = tao_idl |