This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Java front-end dependency on GNU make?
- To: egcs at cygnus dot com
- Subject: Re: Java front-end dependency on GNU make?
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 01 Dec 1998 00:24:05 -0700
- Newsgroups: cygnus.egcs
- Organization: Cygnus Solutions
- References: <Pine.OSF.4.03.9811301648060.13641-200000.cygnus.egcs@busboy.sped.ukans.edu>
- Reply-To: tromey at cygnus dot com
>>>>> "Bret" == Bret McGuire <mersault@busboy.sped.ukans.edu> writes:
[ gcc/java/Makefile -vs- Digital Unix make ]
Bret> bash# make.digital
Bret> Make: Makefile: Must be a separator on line 97. Stop.
This comes from this line:
+xmake_file= ./config/alpha/x-alpha
I don't know why this line appears in the Makefile. It doesn't seem
to do anything. Try removing all the (nearby) lines that start with a
`+'.
I'll check in a patch for this tomorrow.
Tom