Skip to content

Commit

Permalink
- delete .mo files on clean
Browse files Browse the repository at this point in the history
- fixes to Compiler/omc_profiler/Makefile.omdev.mingw to link correctly.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7029 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Nov 15, 2010
1 parent 21a9be2 commit e94da17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/Makefile.compiler_subdirs.common
Expand Up @@ -48,6 +48,7 @@ modpar: $(SRCHSRCDIR)
$(MAKE) -C ../modpar/ -f $(MAKETARGET)

clean:
rm -f $(ALLMO)
for d in ../runtime/ ../../Parser/ ../modpar/; do \
(cd $$d && $(MAKE) -f $(MAKETARGET) clean) \
done
Expand Down

0 comments on commit e94da17

Please sign in to comment.