
28 Apr
2004
28 Apr
'04
1:43 p.m.
Akim Demaille wrote:
"Damien" == Damien Thivolle <damien@lrde.epita.fr> writes:
+clean-local: + rm -f *.cxx
CLEANFILES.
J'ai changé cela dans le patch 10.178.
Index: tools/swilena/src/Makefile.am --- tools/swilena/src/Makefile.am Sun, 11 Apr 2004 19:23:53 +0200 thivol_d (oln/v/25_Makefile.a 1.2 600) +++ tools/swilena/src/Makefile.am Mon, 12 Apr 2004 01:08:03 +0200 thivol_d (oln/v/25_Makefile.a 1.3 600) @@ -3,4 +3,7 @@ ## Makefile.am for swilena/src ##
+distclean-local: + rm -f *.i makefile.swig
Ici aussi.
Changé dans la 10.181. -- Niels