From 54c4d30615b2741b09447e941164bb9275f2fdca Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 16 Mar 1997 17:25:53 +0000 Subject: [PATCH] Fixed broken line continuation in the previous revision. Config apparently has buggy backslash-newline handling. Avoid it by using whitespace before backslash-newline. --- sys/conf/files.i386 | 4 ++-- sys/i386/conf/files.i386 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index a51de9474ff9..76c4d17e6ea5 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -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" # diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index a51de9474ff9..76c4d17e6ea5 100644 --- a/sys/i386/conf/files.i386 +++ b/sys/i386/conf/files.i386 @@ -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" #