﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3341	make clean is broken	Per Östlund	Martin Sjölund	"It seems that 'make clean' is a bit broken since the move to git. Steps to recreate the issue:
* make in OpenModelica works fine at the beginning after autoconf && configure
* make clean in OpenModelica only removes the build dir, so nothing gets recompiled when running make again.
* make clean in OMCompiler removes all compiled files as expected.
* make in OpenModelica after make clean in OMCompiler fails with the error ""'suitesparse/Include/umfpack.h' file not found"".
* rm -rf 3rdParty && git submodule update gets rid of the error (git status in 3rdParty shows no changes before or after).

So it seems like running make clean in OMCompiler messes something up."	defect	closed	normal		Build Environment	trunk	fixed		
