Hello,

I have a problem with gmake.

My makefile contains the following:
------------------------------
clean:
        del *.h

------------------------------

when i perform the command:

make clean

i get the error message:
make: del: command not found
make: *** [clean] Error 127

Can you explain me why the del command can not be found?
When I type manually in command console:
del *.h
It is work ok!
Can you also tell me how to fix this proble?

My environment:
OS: WindowXP
gmake version:  3.79.1

Best regards,
Sergey.



-----------------------------------------------------------
http://auto.ngs.ru - в продаже более 1200 авто


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to