summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/fe/Makefile
diff options
context:
space:
mode:
authorsergio <sergio@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-25 08:43:50 +0000
committersergio <sergio@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-25 08:43:50 +0000
commitd2207d1b2d13a6f912a887570192ddd5d61bd97a (patch)
tree140b7adbce2cb8ccd7534c3970314c5c9aa7e403 /TAO/TAO_IDL/fe/Makefile
parent4689b1c921ae7113da7ba23e6437eeb4569ae7c9 (diff)
downloadATCD-d2207d1b2d13a6f912a887570192ddd5d61bd97a.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/fe/Makefile')
-rw-r--r--TAO/TAO_IDL/fe/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/fe/Makefile b/TAO/TAO_IDL/fe/Makefile
index a9a46875470..7672da17b17 100644
--- a/TAO/TAO_IDL/fe/Makefile
+++ b/TAO/TAO_IDL/fe/Makefile
@@ -53,11 +53,11 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
# Local targets (and local hacks)
#----------------------------------------------------------------------------
-CPPFLAGS += -I../include -I. -DCPP_LOCATION=\"$(CXX)\" -DIDL_CFE_VERSION=$(IDL_CFE_VERSION)
-YACC = yacc
-LEX = lex
-YFLAGS = -t -d
-LFLAGS = -t
+CPPFLAGS += -D_REENTRANT -I../include -I. -DCPP_LOCATION=\"$(CXX)\" -DIDL_CFE_VERSION=$(IDL_CFE_VERSION)
+YACC = bison
+LEX = flex
+YFLAGS = -t -d -y
+LFLAGS = -t
# Create the parser and lexer
y.tab.hh y.tab.cpp: idl.yy