apply new lifetime policy to avoid crash on exit in test/Factory

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@340 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2005-11-01 11:38:19 +00:00
parent a17791f2c8
commit d805e8d90b
4 changed files with 21 additions and 17 deletions

View file

@ -79,12 +79,11 @@ clean:
cd SmallObj && \
$(MAKE) -f $(MAKEFILE) clean
@cd ..
cd Singleton && \
$(MAKE) -f $(MAKEFILE)-DeletableSingleton clean&& \
$(MAKE) -f $(MAKEFILE)-DeletableSingleton clean && \
$(MAKE) -f $(MAKEFILE)-Phoenix clean && \
$(MAKE) -f $(MAKEFILE)-Dependencies clean
@cd ..
FORCE: