From 86cdc971f17f33463aeb1c477351010d50fed338 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 23 Aug 2002 06:31:26 +0000 Subject: (initfini.s): Search the uClibc include dir, so we can find . --- libc/sysdeps/linux/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3