Skip to content

Commit

Permalink
- fix bad negation logic
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20662 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed May 17, 2014
1 parent fe1e65d commit 0a03f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common
Expand Up @@ -322,7 +322,7 @@ clean: qtclean fmil-clean opencl_rt_clean gc-clean lis-clean runtimeCPPclean CMi
(cd PythonInterface && $(MAKE) -f $(defaultMakefileTarget) clean)
if test -f 3rdParty/modelica3d/build/Makefile; then $(MAKE) -C 3rdParty/modelica3d/build clean; fi
# remove Ipopt-3.11.6/Makefile if there is no Ipopt-3.11.6/Ipopt/Makefile to run configure again!
if test -f 3rdParty/Ipopt-3.11.6/Ipopt/Makefile; then rm -f 3rdParty/Ipopt-3.11.6/Makefile || true; fi
if test -f 3rdParty/Ipopt-3.11.6/Ipopt/Makefile; then true; else rm -f 3rdParty/Ipopt-3.11.6/Makefile || true; fi
if test -f 3rdParty/Ipopt-3.11.6/Makefile; then $(MAKE) -C 3rdParty/Ipopt-3.11.6 distclean || true; fi
(rm -rf 3rdParty/modelica3d/build)
(rm -rf SimulationRuntime/build_c)
Expand Down

0 comments on commit 0a03f07

Please sign in to comment.