diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-10-20 20:13:19 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-10-20 20:13:19 +0000 |
commit | 7bda1856da37818bcc746ba00e6737dc8490ea73 (patch) | |
tree | 9c48a376e6853afce74542b9b60c8b8977abfe60 /libc/sysdeps/linux | |
parent | c9907bfac3e284b5dc7f34fae57da80516fca47e (diff) |
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
Diffstat (limited to 'libc/sysdeps/linux')
-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 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 |