Skip to content

Commit

Permalink
- Clean make now succeeds again
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10899 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jan 16, 2012
1 parent 8bb948d commit 2ed1115
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/Makefile.common
Expand Up @@ -17,7 +17,7 @@ AST = $(top_builddir)/Parser/libomparse_rml.a $(top_builddir)/Parser/libantlr3.a

RTOBJ = \
$(srcdir)/runtime/runtime.a \
$(srcdir)/../c_runtime/libSimulationRuntimeC.a \
$(top_builddir)/build/lib/omc/libSimulationRuntimeC.a \
$(srcdir)/modpar/libmodpar.a

FRONTEND_DIR=$(srcdir)/FrontEnd
Expand Down
1 change: 0 additions & 1 deletion FMI/import/source/Makefile.in
Expand Up @@ -22,7 +22,6 @@ all: all-before $(BIN) all-after $(LIB)

$(LIB): fmuWrapper.o
$(AR) $@ $<
cp $@ ../../../build/lib/omc2/libfmuWrapper.a

fmuModelica.h: fmuModelica.tmp
sed 's/"/\\"/g' $< | sed 's/^/"/' | sed 's/$$/\\n"/' > $@.tmp
Expand Down

0 comments on commit 2ed1115

Please sign in to comment.