소스 검색

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

David McCullough 23 년 전
부모
커밋
62d3ec472e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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