Narrow a sed(1) RE handling a file/directory name so that build under a

directory named like 'xxx.cxxx/' succeeds.
This commit is contained in:
uebayasi 2004-07-13 09:07:54 +00:00
parent 742e1a4221
commit 2909021c43
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.kern.inc,v 1.53 2004/04/25 04:24:06 matt Exp $
# $NetBSD: Makefile.kern.inc,v 1.54 2004/07/13 09:07:54 uebayasi Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@ -299,7 +299,7 @@ MKDEP_CFLAGS?= ${CFLAGS}
cat ${GENASSYM} ${GENASSYM_EXTRAS} | \
${HOST_SH} $S/kern/genassym.sh ${MKDEP} -f assym.dep -- \
${CFLAGS} ${CPPFLAGS}
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@sed -e 's/^.*\.o:.*\.c /assym.h: /' < assym.dep >> .depend
@rm -f assym.dep
.endif