Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2002 00:28:04 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11436 for review
Message-ID:  <200205170728.g4H7S4b51525@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205170728.g4H7S4b51525>