Skip to content

Commit

Permalink
- Fixed Makefile.in
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13257 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Alachew Mengist committed Oct 8, 2012
1 parent 1b6b730 commit e396bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ fix-bom:
find . -type f \( ! -path '*/.svn/*' -prune \) | while read file;do sed -i '1 s/^\xef\xbb\xbf//' "$$file";done

SOURCE_DIRS=$(SOURCE_DIRS_UTF8) testsuite/3rdParty/HumMod
SOURCE_DIRS_UTF8=OM*/ Compiler/ SimulationRuntime/ mosh/ libraries/ testsuite/libraries/ `bash -c echo testsuite/flattening/libraries/3rdParty/{HumMod,PlanarMechanics,siemens,SiemensPower,ThermoSysPro}` testsuite/openmodelica/modelicaML testsuite/AVM
SOURCE_DIRS_UTF8=OM*/ Compiler/ SimulationRuntime/ mosh/ libraries/ testsuite/flattening/libraries/ `bash -c echo testsuite/flattening/libraries/3rdParty/{HumMod,PlanarMechanics,siemens,SiemensPower,ThermoSysPro}` testsuite/openmodelica/modelicaML testsuite/AVM

bom-error:
rm -f bom-error.log bom-error.sh
Expand Down

0 comments on commit e396bcf

Please sign in to comment.