From d1bc3e7989dac636cb0d935dd11ab98278452972 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 16 Oct 1997 14:58:30 +0000 Subject: Handle machine-dependent (stdlib) sources more automatically. This fixes bugs in the manual handling. abs.[cS] was handled too specially and the wrong (.c) variant for each of div.[cS], labs.[cS] and ldiv.[cS] was added to SRCS. This caused the .c variant to be used if `depend' was made and the .S version to be used otherwise. --- lib/libc/i386/stdlib/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/i386') diff --git a/lib/libc/i386/stdlib/Makefile.inc b/lib/libc/i386/stdlib/Makefile.inc index 65ce348..16a9039 100644 --- a/lib/libc/i386/stdlib/Makefile.inc +++ b/lib/libc/i386/stdlib/Makefile.inc @@ -1,4 +1,4 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id$ +# $Id: Makefile.inc,v 1.5 1997/02/22 14:58:55 peter Exp $ -SRCS+= abs.S +MDSRCS+=abs.S div.S labs.S ldiv.S -- cgit v1.1