diff options
author | greg@kroah.com <greg@kroah.com> | 2004-10-05 19:01:12 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:37:02 -0700 |
commit | e7c4f85f8a96b6b52e8885685eb6f36df48bbeba (patch) | |
tree | 23c0ee01b3ccc2bde0a98b00a77bc216cffca13f /klibc | |
parent | 60d1e263f0da2976938fa54efec88ab777a6b3c3 (diff) |
[PATCH] fix up Makefiles to get the klibc build working properly.
Based on a patch from Kay Sievers <kay.sievers@vrfy.org>
Diffstat (limited to 'klibc')
-rw-r--r-- | klibc/klibc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klibc/klibc/Makefile b/klibc/klibc/Makefile index d7e75f1814..3519b45089 100644 --- a/klibc/klibc/Makefile +++ b/klibc/klibc/Makefile @@ -59,7 +59,7 @@ LIB = libc.a INTERP_O = interp.o -all: tests $(CRT0) $(LIB) $(SOLIB) klibc.so +all: $(CRT0) $(LIB) $(SOLIB) klibc.so # Add any architecture-specific rules include arch/$(ARCH)/Makefile.inc |