summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorDavid McCullough <davidm@snapgear.com>2002-08-28 14:16:30 +0000
committerDavid McCullough <davidm@snapgear.com>2002-08-28 14:16:30 +0000
commit62d3ec472ea37ac84f89e3babeec689cf42bec27 (patch)
treede92e6fdf226ab93e1acd42416a685ffc595fc34 /libc
parentd389f8f3bc5c73bb83fe54e39d77946a2f57901b (diff)
If the initfini.pl script changes, regenerate the crt[in].S files.
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile
index dd863c4dc..9e3f477b0 100644
--- a/libc/sysdeps/linux/common/Makefile
+++ b/libc/sysdeps/linux/common/Makefile
@@ -63,7 +63,7 @@ $(COBJS): %.o : %.c
initfini.s: initfini.c
$(CC) $(SAFECFLAGS) -I$(TOPDIR)include -c initfini.c -S -o initfini.s
-crti.S crtn.S: initfini.s
+crti.S crtn.S: initfini.s $(TOPDIR)/extra/scripts/initfini.pl
$(TOPDIR)/extra/scripts/initfini.pl
crti.o: crti.S