From 7bda1856da37818bcc746ba00e6737dc8490ea73 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 20 Oct 2003 20:13:19 +0000 Subject: Fix a stupid bug that caused uClibc to never provide the correct fpu_control.h header file, since the correct arch specific one was always later overwritten by the generic one. oops. -Erik --- libc/sysdeps/linux/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/Makefile') diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index 30d27f0a3..1ba3800b8 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) headers +all: $(STR_SYSCALLS) $(OBJ) $(LIBC) $(LIBC): ar-target -- cgit v1.2.3