diff options
author | David McCullough <davidm@snapgear.com> | 2002-08-28 14:16:30 +0000 |
---|---|---|
committer | David McCullough <davidm@snapgear.com> | 2002-08-28 14:16:30 +0000 |
commit | 62d3ec472ea37ac84f89e3babeec689cf42bec27 (patch) | |
tree | de92e6fdf226ab93e1acd42416a685ffc595fc34 /libc | |
parent | d389f8f3bc5c73bb83fe54e39d77946a2f57901b (diff) |
If the initfini.pl script changes, regenerate the crt[in].S files.
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/common/Makefile | 2 |
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 |