summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
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