Re: GNU "make" error

2001-03-20 Thread Rahul V. Herwadkar
I could have sworn that the error I was getting was with GNU make 3.79.1 and that this GNU make was indeed in my path! Anyway, it seems to be working now with GNU make so I guess I must have had the wrong make in my path when I was getting that error! Thanks anyway... -- Rahul V. Herwadkar | [EM

Re: GNU "make" error

2001-03-20 Thread Paul D. Smith
%% "Rahul V. Herwadkar" <[EMAIL PROTECTED]> writes: rvh> GNU Make version 3.79.1 gives the following error when invoked on the rvh> attached makefile: rvh> % make setup CFG="--prefix=/home/rherwadk/pkgs" rvh> make: Fatal error in reader: Makefile, line 19: Unexpected end of line rvh> s

GNU "make" error

2001-03-20 Thread Rahul V. Herwadkar
GNU Make version 3.79.1 gives the following error when invoked on the attached makefile: % make setup CFG="--prefix=/home/rherwadk/pkgs" make: Fatal error in reader: Makefile, line 19: Unexpected end of line seen host machine: Sun Ultra60 os: solaris 2.6 compiler: Sun cc 6.1 The attached makefi