hello make team

i use linux 2.4.16, gcc 2.95.2

make -v
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i686-pc-linux-gnu

i wrote a little Makefile 
i have two files test.cc, xtest.cxx

where xtest.cxx contains the main function, 
i use everywhere the variable $(RM) = rm -f

typing 
make clean
make xtest

causes nevertheless a
rm test.o

why, bug?

sincerely andre

_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to