[PATCH] Obvious stuff
Jeffrey D. Oldham
oldham at codesourcery.com
Wed Dec 3 22:09:21 UTC 2003
Richard Guenther wrote:
> Hi!
>
> This is the last one... fix a typo in the toplevel Makefile and remove a
> bogous #include in an example.
>
> Ok?
Yes. Thank you.
> Richard.
>
> Index: makefile
> ===================================================================
> RCS file: /home/pooma/Repository/r2/makefile,v
> retrieving revision 1.11
> diff -u -u -r1.11 makefile
> --- makefile 28 Dec 2002 17:54:43 -0000 1.11
> +++ makefile 3 Dec 2003 20:50:12 -0000
> @@ -95,7 +95,7 @@
> .PHONY: examples examplesclean $(EXAMPLEDIRS)
>
> examplesclean::
> - @for i in $(EXAMPLESDIRS); do pushd $$i; make cleansuite; popd; done
> + @for i in $(EXAMPLEDIRS); do pushd $$i; make cleansuite; popd; done
> @$(MAKE) dirs
>
> examples:: $(EXAMPLEDIRS)
> Index: examples/Field/Caramana/ComputeVolumes.h
> ===================================================================
> RCS file: /home/pooma/Repository/r2/examples/Field/Caramana/ComputeVolumes.h,v
> retrieving revision 1.1
> diff -u -u -r1.1 ComputeVolumes.h
> --- examples/Field/Caramana/ComputeVolumes.h 30 Aug 2001 01:14:23 -0000 1.1
> +++ examples/Field/Caramana/ComputeVolumes.h 3 Dec 2003 20:50:32 -0000
> @@ -38,7 +38,6 @@
> //-----------------------------------------------------------------------------
>
> #include "Field/Field.h"
> -#include "Field/FieldInitializers.h"
> #include "Field/DiffOps/FieldStencil.h"
> #include "Product.h"
>
--
Jeffrey D. Oldham
oldham at codesourcery.com
More information about the pooma-dev
mailing list