From 7a5244ba6cc57c5bfd7fa506b75099c2c3d89977 Mon Sep 17 00:00:00 2001 From: jonathan Date: Sat, 24 May 1997 03:02:12 +0000 Subject: [PATCH] Delete hanging .if left by patch. --- lib/libc/sys/Makefile.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 5ff0fe47b644..a952d88703de 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.56 1997/05/24 01:42:36 jonathan Exp $ +# $NetBSD: Makefile.inc,v 1.57 1997/05/24 03:02:12 jonathan Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/17/93 # sys sources @@ -73,7 +73,6 @@ ${PASM}: ${.CURDIR}/arch/${MACHINE_ARCH}/SYS.h \ @${LD} -X -r ${.TARGET}.o -o ${.TARGET} @rm -f ${.TARGET}.o -.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "powerpc") ${SASM}: ${.CURDIR}/arch/${MACHINE_ARCH}/SYS.h \ ${DESTDIR}/usr/include/sys/syscall.h @echo creating ${.TARGET}