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 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 38f59200a..3df2e9146 100644 --- a/Makefile +++ b/Makefile @@ -159,6 +159,7 @@ endif else \ mv -f include/bits/sysnum.h.new include/bits/sysnum.h; \ fi + $(MAKE) -C libc/sysdeps/linux/common headers $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) headers # Command used to download source code -- cgit v1.2.3