Browse Source

(initfini.s): Search the uClibc include dir, so we can find <features.h>.

Miles Bader 23 years ago
parent
commit
86cdc971f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/common/Makefile

+ 1 - 1
libc/sysdeps/linux/common/Makefile

@@ -61,7 +61,7 @@ $(COBJS): %.o : %.c
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 
 
 initfini.s: initfini.c
 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
 crti.S crtn.S: initfini.s
 	$(TOPDIR)/extra/scripts/initfini.pl
 	$(TOPDIR)/extra/scripts/initfini.pl