From owner-cvs-lib Thu Oct 16 08:00:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA03785 for cvs-lib-outgoing; Thu, 16 Oct 1997 08:00:00 -0700 (PDT) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA03735; Thu, 16 Oct 1997 07:59:42 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA08757; Thu, 16 Oct 1997 07:58:31 -0700 (PDT) Date: Thu, 16 Oct 1997 07:58:31 -0700 (PDT) Message-Id: <199710161458.HAA08757@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdlib Makefile.inc src/lib/libc/i386/stdlib Makefile.inc Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/10/16 07:58:31 PDT Modified files: lib/libc/stdlib Makefile.inc lib/libc/i386/stdlib Makefile.inc Log: 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. Revision Changes Path 1.12 +2 -2 src/lib/libc/stdlib/Makefile.inc 1.6 +2 -2 src/lib/libc/i386/stdlib/Makefile.inc