Index: trunk/LMDZ.GENERIC/makegcm_ifort
===================================================================
--- trunk/LMDZ.GENERIC/makegcm_ifort	(revision 952)
+++ trunk/LMDZ.GENERIC/makegcm_ifort	(revision 955)
@@ -525,4 +525,5 @@
     \rm -f $libf/grid/dimensions.h
     \rm -f $libf/grid/bands.h
+    \rm -f $libf/phy${physique}/bands.h
     \rm -f $libf/phy${physique}/scatterers.h
   else
@@ -533,12 +534,13 @@
 # Build the appropriate 'dimensions.h' file
 cd dimension
-makdim $ntrac $dim
+./makdim $ntrac $dim
 # echo contents of dimensions.h to standard output
 cat $libf/grid/dimensions.h
 
 # Build the appropriate 'bands.h' file
-makbands $bands
+cd $libf/phy$physique/bands
+./makbands $bands
 # echo contents of bands.h to standard output
-cat $libf/grid/bands.h
+cat $libf/phy$physique/bands.h
 
 # Build the appropriate 'scatterers.h' file
@@ -790,3 +792,4 @@
 \rm -f $libf/grid/dimensions.h
 \rm -f $libf/grid/bands.h
+\rm -f $libf/phy${physique}/bands.h
 \rm -f $libf/phy$physique/scatterers.h
