summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2005-03-02 04:05:10 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2005-03-02 04:05:10 +0000
commitf42438e5f371d8b19d5e4b9d83edd26d4131544d (patch)
tree4e32cf9da5f630f2085094dcceb37355d5f5ce46 /gnu
parent4f01775fddeb4b6014f3bc522da66acff930b140 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/csu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile
index 14be4c124954..312821987f7c 100644
--- a/gnu/lib/csu/Makefile
+++ b/gnu/lib/csu/Makefile
@@ -38,7 +38,7 @@ BEGINSRC?= crtstuff.c
ENDSRC?= crtstuff.c
all: ${OBJS} ${SOBJS} ${TGTOBJS}
-${OBJS} ${SOBJS}: tm.h
+${OBJS} ${SOBJS}: ${SRCS:M*.h}
CLEANFILES= ${OBJS} ${SOBJS} ${TGTOBJS}