diff options
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile')
-rw-r--r-- | libc/sysdeps/linux/common/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index 5323df366..8bff24f2e 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -54,7 +54,7 @@ endif OBJ=$(COBJS) $(MOBJ) -all: $(STR_SYSCALLS) $(OBJ) $(LIBC) +all: $(STR_SYSCALLS) $(OBJ) $(LIBC) headers $(LIBC): ar-target @@ -98,6 +98,9 @@ $(TOPDIR)lib/crtn.o: $(AR) $(ARFLAGS) $(TOPDIR)lib/crtn.o endif +headers: + cd $(TOPDIR)/include && ln -fs ../libc/sysdeps/linux/common/fpu_control.h . + clean: rm -f *.[oa] *~ core crt[in].* *.S |