Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Subject: make question To: cygwin AT sources DOT redhat DOT com X-Mailer: Lotus Notes Release 5.0.3 (Intl) 21 March 2000 Message-ID: From: CGuerra AT brocker DOT co DOT nz Date: Fri, 10 Nov 2000 14:43:15 +1300 X-MIMETrack: Serialize by Router on Oscar/AKL/Group/BKI(Release 5.0.3 (Intl)|21 March 2000) at 10/11/2000 14:43:31 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Hi all, I'm trying to compile Java files. Then I have .SUFFIXES = .java .class all: Base.class .java.class: javac $< My question is, how can I tell "make" to look NOT in the current directory for Base.class for the comparison?? I like to separate source code from classes. But I don't like 'make' to remake the whole thing because it couldn't find the target class. THanks in advance, Carlos. cguerra AT brocker DOT nz DOT co PS: please reply to my email as well ;-) -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com