The following reply was made to PR mod_jserv/3711; it has been noted by GNATS.
From: "jon *" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: mod_jserv/3711: After successfully running ./configure running
make encounters a syntax error
Date: Mon, 18 Jan 1999 11:34:35 -0800
> The makefile on line 260 (actually 259, 260 is blank) contains:
> DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
>
> This doesn't look right (but then I'm no make expert).
are you using gnu make?
if not, get it and use it. ;-)
-jon