Fixed broken line continuation in the previous revision. Config apparently

has buggy backslash-newline handling.  Avoid it by using whitespace before
backslash-newline.
This commit is contained in:
Bruce Evans 1997-03-16 17:25:53 +00:00
parent 0617e8fdf6
commit 54c4d30615
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23941
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
# $Id: files.i386,v 1.154 1997/03/10 17:55:49 markm Exp $
# $Id: files.i386,v 1.155 1997/03/16 07:09:01 gibbs Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/*.[chyl]" \
compile-with "cd $S/dev/aic7xxx; make BINDIR=${.CURDIR} all install"\
compile-with "cd $S/dev/aic7xxx; make BINDIR=${.CURDIR} all install" \
no-obj no-implicit-rule \
clean "aic7xxx_asm"
#

View File

@ -1,11 +1,11 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
# $Id: files.i386,v 1.154 1997/03/10 17:55:49 markm Exp $
# $Id: files.i386,v 1.155 1997/03/16 07:09:01 gibbs Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/*.[chyl]" \
compile-with "cd $S/dev/aic7xxx; make BINDIR=${.CURDIR} all install"\
compile-with "cd $S/dev/aic7xxx; make BINDIR=${.CURDIR} all install" \
no-obj no-implicit-rule \
clean "aic7xxx_asm"
#