From da6fff6057595927a2b6297d038d893da659c256 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Janosch=20Gr=C3=A4f?= Date: Sun, 5 Apr 2009 18:47:59 +0200 Subject: [PATCH] libs: ~fixed hack that merges libc and libmeinos --- apps/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/lib/Makefile b/apps/lib/Makefile index 0bf4db3..4268b9f 100644 --- a/apps/lib/Makefile +++ b/apps/lib/Makefile @@ -15,7 +15,7 @@ all: cp *.a *.o $(GCC_TOOLCHAIN)/lib/ # HACK! # merge libmeinos and libc together - ar qs $(GCC_TOOLCHAIN)/lib/libc.a libmeinos/*.o + ar qs $(GCC_TOOLCHAIN)/lib/libc.a libmeinos/*.o ../../lib/libmeinos/*.o clean: make -C stdlibc/ clean -- 2.11.4.GIT