From owner-p4-projects Fri May 17 0:28:18 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 847D737B40F; Fri, 17 May 2002 00:28:11 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13F4137B413 for ; Fri, 17 May 2002 00:28:04 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H7S4b51525 for perforce@freebsd.org; Fri, 17 May 2002 00:28:04 -0700 (PDT) (envelope-from peter@freebsd.org) Date: Fri, 17 May 2002 00:28:04 -0700 (PDT) Message-Id: <200205170728.g4H7S4b51525@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 11436 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11436 Change 11436 by peter@peter_ia64 on 2002/05/17 00:27:34 This is really it this time. The tconfig.h hackery is OBE and no longer needed. Affected files ... ... //depot/projects/ia64/gnu/lib/csu/Makefile#8 edit Differences ... ==== //depot/projects/ia64/gnu/lib/csu/Makefile#8 (text+ko) ==== @@ -14,7 +14,7 @@ CFLAGS+= -x assembler-with-cpp # Ugly hack .endif .if !defined(BEGINSRC) && !defined(ENDSRC) -SRCS= crtstuff.c # for 'make depend' +SRCS= crtstuff.c tconfig.h BEGINSRC= crtstuff.c ENDSRC= crtstuff.c .endif @@ -39,9 +39,6 @@ all: ${OBJS} ${SOBJS} ${TGTOBJS} -beforedepend: tconfig.h -${OBJS} ${SOBJS} ${TGTOBJS}: tconfig.h - CLEANFILES= ${OBJS} ${SOBJS} ${TGTOBJS} crtbegin.o: ${BEGINSRC} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message