From owner-cvs-lib Sun Oct 22 11:36:52 1995 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA01716 for cvs-lib-outgoing; Sun, 22 Oct 1995 11:36:52 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA01707 ; Sun, 22 Oct 1995 11:36:49 -0700 Date: Sun, 22 Oct 1995 11:36:49 -0700 From: Bruce Evans Message-Id: <199510221836.LAA01707@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/csu/i386 Makefile Sender: owner-cvs-lib@FreeBSD.org Precedence: bulk bde 95/10/22 11:36:48 Modified: lib/csu/i386 Makefile Log: Fixed dependencies for scrt0.o. Build a static gcrt0.o (sgcrt0.o) too. Currently only the dynamic gcrt0.o is used, although -pg forces -static. Sorted the .o targets.