diff options
| author | jtc <jtc@NetBSD.org> | 1996-06-01 02:06:23 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1996-06-01 02:06:23 +0000 |
| commit | fb600c331ad94e5fd7ebe9c0e9fb92a4e8e69b30 (patch) | |
| tree | c58c7458c6e52783821efa97deee5f348fe258c8 /lib/libc/quad | |
| parent | 5bbcde6a0d2b13d9b21a3b4135af96ae4bc2561a (diff) | |
Fix typo in last change
Diffstat (limited to 'lib/libc/quad')
| -rw-r--r-- | lib/libc/quad/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/quad/Makefile.inc b/lib/libc/quad/Makefile.inc index ea11990e129..c5f5cc54cde 100644 --- a/lib/libc/quad/Makefile.inc +++ b/lib/libc/quad/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.5 1996/06/01 01:14:00 jtc Exp $ +# $NetBSD: Makefile.inc,v 1.6 1996/06/01 02:06:23 jtc Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 # Quad support @@ -11,7 +11,7 @@ SRCS+= adddi3.c anddi3.c cmpdi2.c divdi3.c fixdfdi.c fixsfdi.c fixunsdfdi.c \ SRCS+= ashldi3.S ashrdi3.S lshrdi3.S .else SRCS+= ashldi3.c ashrdi3.c lshrdi3.c -.end +.endif # XXX as far as I can tell, this is never used and can be removed SRCS+= lshrdi3.c |
