make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: nm_subramanya
Subject: Make is looking for the o/p file to exist !!
Date: Fri, 25 Apr 2008 05:35:16 -0400

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 address@hidden at openSubscriber.com
http://www.opensubscriber.com/messages/address@hidden/topic.html




reply via email to

[Prev in Thread] Current Thread [Next in Thread]