On Sat, Aug 31, 2002 at 21:39:40 +0400, Andrey A. Chernov wrote:
>
> I wonder about
> optional ahc ahd
> line here. Is it assumes that _both_ must be on?
Yes, it was the bug place. Here is the workaround which fix it for me:
--- files.bak Sat Aug 31 20:46:30 2002
+++ files Sat Aug 31 21:40:55 2002
@@ -4,7 +4,7 @@
# limitations in config: backslash-newline doesn't work in strings, and
# dependency lines other than the first are silently ignored.
#
-aicasm optional ahc ahd \
+aicasm optional ahc \
dependency "$S/dev/aic7xxx/aicasm/*.[chyl]" \
compile-with "${MAKE} -f $S/dev/aic7xxx/aicasm/Makefile
MAKESRCPATH=$S/dev/aic7xxx/aicasm" \
no-obj no-implicit-rule \
--
Andrey A. Chernov
http://ache.pp.ru/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message