diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-09-10 03:42:26 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-09-10 03:42:26 +0000 |
commit | 0fe0f8c77882b3dc42f0edd460fc5ed333ce8611 (patch) | |
tree | 15cb6678be1e1bbd8b961028467f2d37bc34c0de /lib | |
parent | 13e154228fd6866d70dea6ce0f5df9945f840996 (diff) |
better, faster scooter; fix cerror in mi someday
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/arch/hppa/Makefile.inc | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/lib/libc/arch/hppa/Makefile.inc b/lib/libc/arch/hppa/Makefile.inc index 7ad0f093416..59409a4ff12 100644 --- a/lib/libc/arch/hppa/Makefile.inc +++ b/lib/libc/arch/hppa/Makefile.inc @@ -1,15 +1,9 @@ -# $OpenBSD: Makefile.inc,v 1.5 2002/08/08 06:00:20 mickey Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2002/09/10 03:42:25 mickey Exp $ KMINCLUDES= arch/hppa/DEFS.h arch/hppa/SYS.h prefix.h -KMSRCS= bcopy.m4 +KMSRCS= -SRCS+= memmove.S -CLEANFILES+= memmove.S cerror.S +CLEANFILES+= cerror.S cerror.S: @echo > cerror.S - -memmove.S: ${LIBCSRCDIR}/arch/hppa/string/bcopy.m4 - @echo 'building ${.TARGET} from ${.ALLSRC}' - @m4 -DNAME=bcopy ${.ALLSRC} > ${.TARGET} - |