summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-06-26 19:05:19 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-06-26 19:05:19 +0000
commit57d72d897a7ef9e7ccb3793aaccfa10fd815e5cc (patch)
tree38152b0d9ca7e7de64e32461559dd5f239dc332a
parent19b5537e5e2acef59c6780683259a704817015e7 (diff)
downloadATCD-57d72d897a7ef9e7ccb3793aaccfa10fd815e5cc.tar.gz
Remove gperf from the dependencies list
-rw-r--r--TAO/TAO_IDL/tao_idl.mpc5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/tao_idl.mpc b/TAO/TAO_IDL/tao_idl.mpc
index 779f3ac91e4..ba0af6d48b6 100644
--- a/TAO/TAO_IDL/tao_idl.mpc
+++ b/TAO/TAO_IDL/tao_idl.mpc
@@ -4,7 +4,7 @@ project(TAO_IDL_EXE) : aceexe {
includes += include be_include fe
install = ../../bin
libflags += TAO_AS_STATIC_LIBS
- depends += gperf TAO_IDL_BE TAO_IDL_FE
+ depends += TAO_IDL_BE TAO_IDL_FE
idlpreprocessor = 1
Source_Files {
@@ -28,7 +28,7 @@ project(TAO_IDL_BE) : acelib {
includes += include be_include fe
dllflags = TAO_IDL_BE_BUILD_DLL
libflags += TAO_AS_STATIC_LIBS
- depends += gperf TAO_IDL_FE
+ depends += TAO_IDL_FE
Source_Files {
be/be_array.cpp
@@ -110,7 +110,6 @@ project(TAO_IDL_FE) : acelib {
includes += include fe
dllflags = TAO_IDL_FE_BUILD_DLL
libflags += TAO_AS_STATIC_LIBS
- depends += gperf
Source_Files {
fe/fe_declarator.cpp