www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/04/15/06:11:48

Sender: mckee AT rtp DOT gtegsc DOT com
Message-ID: <3353552D.655C@rtp.gtegsc.com>
Date: Tue, 15 Apr 1997 06:15:09 -0400
From: David McKee <david DOT mckee AT rtp DOT gtegsc DOT com>
Organization: GTE (My views are my own)
MIME-Version: 1.0
To: Paul Peavyhouse <pv AT cs DOT montana DOT edu>
CC: djgpp AT delorie DOT com
Subject: Re: I feel like an idiot!
References: <5iej4c$a4t AT netra DOT montana DOT edu>

Paul Peavyhouse wrote:
<snip>
> 
> # 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)
> 
>         Think the above clip well encompasses the "line 4" problem...so what
> is wrong with it?  Can I actually do what I'm trying to do (ftp everything to
> a UNIX machine and expect it to work)?  If ya need more info, just lemme know!
> 
>                                                         PV
<snip>

Unix make requires that a Tab exists before a command like so:

# 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)


That is, of course, assuming that vpath is a legit command on your 
unix system.

-- David T. McKee: 
-- Think: Innovative Science Learning Systems
--                 Physics, Electrical Science, Computer
--                 Science, Natural Science, Theology
======================Signature Block====================
It is the glory of God to conceal a matter; To search out
a matter is the glory of kings.  Pr 25:2
---------------------------------------------------------
There is nothing so sacred as it cannot be looked into...
=========================================================

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019