diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-07-22 19:39:51 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-07-22 19:39:51 +0000 |
commit | f7257e19db452fc64bb28fe9531233daca3bbc00 (patch) | |
tree | ccae63601069ed6b3bd5a7637f221659b2fcd487 /sys/arch/hp300 | |
parent | 9499bb88348ed4469f97f197bd2e10053ceda9bf (diff) |
Fix .depend generation for assym.h. Resolves PR 1154.
ok deraadt@
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/conf/Makefile.hp300 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300 index 2c4100f19c6..6059be7cfcb 100644 --- a/sys/arch/hp300/conf/Makefile.hp300 +++ b/sys/arch/hp300/conf/Makefile.hp300 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hp300,v 1.33 2003/05/23 22:16:16 tedu Exp $ +# $OpenBSD: Makefile.hp300,v 1.34 2003/07/22 19:39:50 otto Exp $ # $NetBSD: Makefile.hp300,v 1.54 1997/04/01 23:16:41 scottr Exp $ # Makefile for OpenBSD @@ -201,7 +201,7 @@ depend:: .depend fi sh $S/kern/genassym.sh ${MKDEP} -f assym.dep ${CFLAGS} \ ${CPPFLAGS} < ${HP300}/hp300/genassym.cf - @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend + @sed -e 's/.*\.o:.* /assym.h: /' < assym.dep >> .depend @rm -f assym.dep # depend on root or device configuration |