From 8187b0ccda766ff2000e954f01ba918faefc05d2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 5 Oct 2000 05:10:27 +0000 Subject: Major update to string handling. strcmp and friends were horribly broken. They now test out as working properly. -Erik --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ef5e37c85..f161f2b4c 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ DIRS = error getent malloc misc regex stdio \ string termios time sysdeps #rpc all: libc.a -libc.a: subdirs headers +libc.a: headers subdirs @echo @echo Finally finished compiling... @echo @@ -32,9 +32,9 @@ libc.a: subdirs headers headers: dummy - @if [ ! -L "include/asm" ]; then ln -s /usr/src/linux/include/asm include/asm ; fi - @if [ ! -L "include/net" ]; then ln -s /usr/src/linux/include/net include/net ; fi - @if [ ! -L "include/linux" ]; then ln -s /usr/src/linux/include/linux include/linux ; fi + @if [ ! -L "include/asm" ]; then ln -s /usr/include/asm include/asm ; fi + @if [ ! -L "include/net" ]; then ln -s /usr/include/net include/net ; fi + @if [ ! -L "include/linux" ]; then ln -s /usr/include/linux include/linux ; fi tags: ctags -R -- cgit v1.2.3