diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-04-23 21:48:13 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-04-23 21:48:13 +0000 |
commit | 1544b2d0c989e141954f6764389e3dc6403e5a7d (patch) | |
tree | 9623092fa7d05716d06ecb43a8d45b640699c192 /TAO/TAO_IDL/fe | |
parent | 531f8207adb685c1e6ca972583ecd8c9ec39d62e (diff) | |
download | ATCD-1544b2d0c989e141954f6764389e3dc6403e5a7d.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/fe')
-rw-r--r-- | TAO/TAO_IDL/fe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/fe/Makefile b/TAO/TAO_IDL/fe/Makefile index 31d8eb90e9e..0aa2c6b4ae7 100644 --- a/TAO/TAO_IDL/fe/Makefile +++ b/TAO/TAO_IDL/fe/Makefile @@ -57,7 +57,7 @@ CPPFLAGS += -D_REENTRANT -I../include -I. -DCPP_LOCATION=\"$(CXX)\" -DIDL_CFE_VE YACC = yacc LEX = flex YFLAGS = -t -d -LFLAGS = -t +LFLAGS = -t -Ptao_ # Create the parser and lexer y.tab.h y.tab.cpp: idl.yy |