Make is looking for the o/p file to exist !!

[email protected]
Newsgroups gmane.comp.gnu.make.windows
Message-ID <[email protected]>
Make says that its not able to find the o/p file.
Can some one help me  !!!!

error
=================================
>make -f Makefile1.nt
copy build_comp.pl ..\bin
process_begin: CreateProcess(NULL, copy build_comp.pl ..\bin, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [../bin/build_comp.pl] Error 2
=================================

My make file
==================================
BINDIR=../bin
BINDIR_NT=..\bin

BINS =  \
        $(BINDIR)\new.pl
all: bins
bins: $(BINS)

.SUFFIXES: .pl


$(BINDIR)/%.pl: %.pl
        copy $*.pl $(BINDIR_NT)/$*.pl
==================================

>ls build_comp.pl
build_comp.pl

>ls ..\bin
build_all.pl

--
This message was sent on behalf of [email protected] at openSubscriber.com
http://www.opensubscriber.com/messages/[email protected]/topic.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.