Browse Source

If the initfini.pl script changes, regenerate the crt[in].S files.

David McCullough 23 years ago
parent
commit
62d3ec472e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/common/Makefile

+ 1 - 1
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