Explorar o código

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

David McCullough %!s(int64=23) %!d(string=hai) anos
pai
achega
62d3ec472e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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