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
_______________________________________________
Make-w32 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-w32