From c22bb3e6fb4b05fb501be4838776e5812fada8d8 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 13 Nov 2001 15:20:34 +0000 Subject: [PATCH] Fix backslash typo in previous. --- lib/libc/sys/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index d839419ca9fb..1ffa88f58ac7 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.117 2001/11/13 15:12:01 tv Exp $ +# $NetBSD: Makefile.inc,v 1.118 2001/11/13 15:20:34 tv Exp $ # @(#)Makefile.inc 8.3 (Berkeley) 10/24/94 # sys sources @@ -97,7 +97,7 @@ ${F}: ${ARCHDIR}/SYS.h ${DESTDIR}/usr/include/sys/syscall.h .for F in ${PSEUDONOERR:.o=.S} ${F}: ${ARCHDIR}/SYS.h ${DESTDIR}/usr/include/sys/syscall.h - @printf '#include "SYS.h"\n\PSEUDO_NOERROR(${.PREFIX},${.PREFIX:S/_//})\n' >${.TARGET} + @printf '#include "SYS.h"\nPSEUDO_NOERROR(${.PREFIX},${.PREFIX:S/_//})\n' >${.TARGET} .endfor # Lint stubs for all automatically-generated assembly stubs (GENERATED)