OSDN Git Service

Ok, this should finish off my massive ro-organization. The source
[uclinux-h8/uClibc.git] / libc / stdlib / malloc-simple / Makefile
index cc2c132..a84578a 100644 (file)
@@ -20,9 +20,8 @@
 # other sundry sources.  Files within this library are copyright by their
 # respective copyright holders.
 
-TOPDIR=../../
+TOPDIR=../../../
 include $(TOPDIR)Rules.mak
-LIBC=$(TOPDIR)libc.a
 
 MSRC=alloc.c
 MOBJ=malloc.o realloc.o free.o calloc.o malloc_dbg.o free_dbg.o calloc_dbg.o