From: Thomas Demmer Newsgroups: comp.os.msdos.djgpp Subject: Re: I feel like an idiot! Date: Wed, 09 Apr 1997 12:13:59 +0100 Organization: Lehrstuhl fuer Stroemungsmechanik Lines: 40 Message-ID: <334B79F7.167E@LSTM.Ruhr-UNI-Bochum.De> References: <5iej4c$a4t AT netra DOT montana DOT edu> <334B201D DOT C4753BE AT alcyone DOT com> NNTP-Posting-Host: bvb.lstm.ruhr-uni-bochum.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Erik Max Francis wrote: > > Paul Peavyhouse wrote: > > > # This file is automaticaly generated by RHIDE Version 1.2 > > # created from within RHIDE > > vpath_src=mp3dat~1;mp3dat~2;mp3dat~3;mp3dat~4;mp3dat~5;mp3dat~6 > > vpath %.c $(vpath_src) > > vpath %.cc $(vpath_src) > > vpath %.cpp $(vpath_src) > > vpath %.s $(vpath_src) > > vpath %.S $(vpath_src) > > It chokes on your first vpath statement, so almost certainly it's the > tildes that are confusing make. This is a place to start; I haven't > examined it very closely or tried it on my Linux box to be sure. It simply doesn't work because the path is separated by ";", just use ":" and it'll work. This seems to be a bug in make at least up to v 3.74 (the one I'm using under AIX), although the info files says that both should work. The tilde shouldn't pause a problem, because most shells interpret them only in a special way if a path starts with it. -- Ciao Tom ************************************************************* * Thomas Demmer * * Lehrstuhl fuer Stroemungsmechanik * * Ruhr-Uni-Bochum * * Universitaetsstr. 150 * * D-44780 Bochum * * Tel: +49 234 700 6434 * * Fax: +49 234 709 4162 * * Voice/Fax Box: +49 2561 91371 2056 * * http://www.lstm.ruhr-uni-bochum.de/~demmer * *************************************************************