In article <[EMAIL PROTECTED]>,
Matthew Jacob <[EMAIL PROTECTED]> wrote:
>
> And for -stable (instead of -current);
>
> ===> Creating README.html for jpeg-6b
> ===> graphics/juno-2
> "Makefile", line 60: Malformed conditional (empty(TARGET))
> "Makefile", line 60: Missing dependency operator
> "Makefile", line 64: if-less endif
> "Makefile", line 64: Need an operator
> make: fatal errors encountered -- cannot continue
> *** Error code 1
*Shrug* It's a mystery to me. The offending line looks like this:
.if empty(TARGET)
and as far as I can tell, it's valid. There is a similar construct
in "src/lib/libc/Makefile.inc":
.if empty(MDSRCS)
and I haven't seen any complaints of problems with that. The Makefile
hasn't changed since mid-April.
I don't know what to advise, except check to make sure your copy of the
Makefile is uncorrupted.
John
--
John Polstra [EMAIL PROTECTED]
John D. Polstra & Co., Inc. Seattle, Washington USA
"Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message