Skip to content

Commit

Permalink
Also force .depend for the nolink target so we don't crash build mach…
Browse files Browse the repository at this point in the history
…ines again

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18385 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Dec 3, 2013
1 parent 0fb5c97 commit 9245adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/omc_release/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ include $(srcdir)/Makefile.compiler_subdirs.common
$(PROG): $(SRCO) $(SUBDIRS)
$(OMPCC) $(CFLAGS) -o $(PROG)$(EXEEXT) $(SRCO) $(AST) $(RTOBJ) $(LDFLAGS) $(FMILIB) -lstdc++

nolink: $(SRCO) $(SUBDIRS)
nolink: .depend $(SRCO) $(SUBDIRS)

0 comments on commit 9245adb

Please sign in to comment.