|
From: Max <ma...@gm...> - 2008-01-29 02:33:09
|
On Jan 28, 2008 10:56 PM, Luigi Ballabio <lui...@gm...> wrote: > If you edit the Makefile and replace the line > > examples: BermudanSwaption > > with: > > examples: BermudanSwaption$(EXEEXT) > > then 'make examples' should work correctly. (Or you can edit Makefile.in > in the same way and re-run configure.) > Yup, it works for "make examples" now. However, "make clean" still does not work. To complete the fix, we should replace the line CLEANFILES = SwapValuation with: CLEANFILES = SwapValuation$(EXEEXT) Also, I guess similar fix should be applied to "test-suite/Makefile.am" Thanks! Best regards, Max |