Skip to content

Commit

Permalink
Copy antlr-2.7.7 as well; it is needed for org.antlr.Tool
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 3, 2015
1 parent c8fd4cb commit a575fd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SimulationRuntime/c/util/java_interface/Makefile.common
Expand Up @@ -10,6 +10,7 @@ endif

OPENMODELICAHOME=$(shell pwd)/../../../../build
antlr = $(OPENMODELICAHOME)/../3rdParty/antlr/3.2/tool/antlr-3.2.jar
antlr_depends = $(OPENMODELICAHOME)/../3rdParty/antlr/3.2/tool/antlr-2.7.7.jar
licenses = antlr_license.txt
junit = junit-4.6.jar

Expand Down Expand Up @@ -116,7 +117,7 @@ clean:
$(antlr_compile) $<

install-nomodelica:
cp $(antlr) ../../../../build/share/omc/java
cp $(antlr) $(antlr_depends) ../../../../build/share/omc/java
# Don't need these; we put them in the COPYING file instead
# cp $(licenses) ../../../../build/share/doc/omc
install: install-nomodelica
Expand Down

0 comments on commit a575fd9

Please sign in to comment.