Skip to content

Commit

Permalink
Do .depend first
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18391 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Dec 3, 2013
1 parent 1a50a6f commit 91d9d31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Compiler/omc_release/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ $(PROG):
$(OMPCC) $(CFLAGS) -o $(PROG)$(EXEEXT) $(SRCO) $(AST) $(RTOBJ) $(LDFLAGS) $(FMILIB) -lstdc++

nolink:
$(MAKE) .depend
$(MAKE) DAE.c
$(MAKE) .depend $(SRCO) $(SUBDIRS)
$(MAKE) $(SRCO) $(SUBDIRS)

0 comments on commit 91d9d31

Please sign in to comment.