Skip to content

Commit

Permalink
- got rid of -ltermcap as is not needed
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3749 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Nov 26, 2008
1 parent 35f4ca9 commit 115a320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mosh/src/Makefile.in
Expand Up @@ -44,7 +44,7 @@ CFLAGS = $(INCP) -g -Wall -DDEBUG $(USE_CORBA)
CXXFLAGS = $(CFLAGS)
LINKFLAGS = $(LIBP)

LIBS = -lantlr -lmodelica_parser -lreadline -ltermcap $(CORBALIB) -lm -lpthread
LIBS = -lantlr -lmodelica_parser -lreadline $(CORBALIB) -lm -lpthread


OBJS += mosh.o options.o
Expand Down

0 comments on commit 115a320

Please sign in to comment.