Skip to content

Commit

Permalink
Makefile changes to mirror the changes made by Peter A to
Browse files Browse the repository at this point in the history
Makefile.omdev.mingw

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Sep 19, 2006
1 parent 4aed02e commit 4843a21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion c_runtime/Makefile
Expand Up @@ -53,7 +53,10 @@ HFILES = blaswrap.h f2c.h integer_array.h memory_pool.h modelica_string.h \
LIBS = libc_runtime.a libsim.a


all : libc_runtime.a libsim.a libf2c.a install
all : libc_runtime.a libsim.a libf2c.a index_spec_test install

index_spec_test : index_spec_test.c
g++ -o index_spec_test index_spec_test.c libc_runtime.a

libc_runtime.a : $(OBJS)
$(AR) $@ $(OBJS)
Expand Down

0 comments on commit 4843a21

Please sign in to comment.