diff --git a/Makefile b/Makefile
index 294a22d212077452cde82cd6743c7e1b96b12b14..cf0ad2906037ce2fc0ddc3a4fe643e77448cf928 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.457 2008-01-21 19:22:49 geuzaine Exp $
+# $Id: Makefile,v 1.458 2008-01-21 20:42:16 geuzaine Exp $
 #
 # Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
 #
@@ -117,7 +117,7 @@ clean-most:
 	rm -f ${GMSH_VERSION_FILE}
 
 clean-fm:
-	rm -f Geo/F*.o Geo/GModelIO_F.o Fltk/GUI_Projection.o 
+	rm -f Geo/fourier*.o Geo/GModelIO_Fourier.o Fltk/GUI_Projection.o 
 
 depend: initialtag
 	for i in ${GMSH_DIRS};\