Skip to content

Commit

Permalink
- generate .depend all the time in Linux too
Browse files Browse the repository at this point in the history
- thanks to Simon Björklén [simon@at@bjorklen.com] 
  for tripping into this

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Aug 25, 2007
1 parent a7cee19 commit 630d6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/Makefile.in
Expand Up @@ -52,9 +52,9 @@ SUBDIRS = runtime absyn_builder modpar
#all : debug
all : release

debug: $(PROGD) dinstall
debug: depend $(PROGD) dinstall

release: $(PROG) install
release: depend $(PROG) install

$(PROG): omc_release
echo Copying $(PROG)$(EXEEXT) into $(builddir_bin)
Expand Down

0 comments on commit 630d6b5

Please sign in to comment.