OSDN Git Service

fix path to heap.h as point out by thomas_chou in Bug 617
authorMike Frysinger <vapier@gentoo.org>
Fri, 30 Dec 2005 23:13:53 +0000 (23:13 -0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 30 Dec 2005 23:13:53 +0000 (23:13 -0000)
libc/stdlib/malloc/Makefile.in

index cf61011..55831c3 100644 (file)
@@ -37,4 +37,4 @@ stdlib_malloc_objclean:
 
 malloc.o free.o realloc.o memalign.o: malloc.h
 # Depend on uClinux_config.h to cache changes in __UCLIBC_MALLOC_DEBUGGING__
-$(STDLIB_MALLOC_OBJ): heap.h $(top_builddir)include/bits/uClibc_config.h
+$(STDLIB_MALLOC_OBJ): $(STDLIB_MALLOC_DIR)/heap.h $(top_builddir)include/bits/uClibc_config.h