summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/fe
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1997-10-29 17:05:43 +0000
committergokhale <asgokhale@users.noreply.github.com>1997-10-29 17:05:43 +0000
commita988326118983a6c9817f6d49ff413992d0b7758 (patch)
tree169a5a07890ede2bd02b0aa62f80404721e9e2fd /TAO/TAO_IDL/fe
parent564312b31c0a3e0b3c82a8d7277169eaeec55048 (diff)
downloadATCD-a988326118983a6c9817f6d49ff413992d0b7758.tar.gz
removed Makefile bug mentioned by Arturo
CVS: CVS:
Diffstat (limited to 'TAO/TAO_IDL/fe')
-rw-r--r--TAO/TAO_IDL/fe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/fe/Makefile b/TAO/TAO_IDL/fe/Makefile
index c4d8de871ec..275e7784082 100644
--- a/TAO/TAO_IDL/fe/Makefile
+++ b/TAO/TAO_IDL/fe/Makefile
@@ -30,7 +30,7 @@ LOBJ = $(addsuffix .o,$(FILES))
SHOBJ = $(addsuffix .so,$(FILES))
-LDLIBS = -lfe
+LDLIBS = -lACE
LIBS = -lACE
VLDLIBS = $(LDLIBS:%=%$(VAR))
@@ -56,7 +56,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
CPPFLAGS += -D_REENTRANT -I../include -I. -DCPP_LOCATION=\"$(CXX)\" -DIDL_CFE_VERSION=$(IDL_CFE_VERSION)
YACC = yacc
LEX = flex
-YFLAGS = -t -d
+YFLAGS = -t -d
LFLAGS = -t
# Create the parser and lexer