diff options
| author | Miles Bader <miles@lsi.nec.co.jp> | 2002-08-23 06:31:26 +0000 | 
|---|---|---|
| committer | Miles Bader <miles@lsi.nec.co.jp> | 2002-08-23 06:31:26 +0000 | 
| commit | 86cdc971f17f33463aeb1c477351010d50fed338 (patch) | |
| tree | e7fa10633b868e39d9ad4089d0a80f7d8ed881b5 | |
| parent | 528ffac55b43173039fb08fa0d2c157b35bcc97b (diff) | |
(initfini.s): Search the uClibc include dir, so we can find <features.h>.
| -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 383956f19..dd863c4dc 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -61,7 +61,7 @@ $(COBJS): %.o : %.c  	$(STRIPTOOL) -x -R .note -R .comment $*.o  initfini.s: initfini.c -	$(CC) $(SAFECFLAGS) -c initfini.c -S -o initfini.s +	$(CC) $(SAFECFLAGS) -I$(TOPDIR)include -c initfini.c -S -o initfini.s  crti.S crtn.S: initfini.s  	$(TOPDIR)/extra/scripts/initfini.pl  | 
