summaryrefslogtreecommitdiff
path: root/libc/stdlib/malloc/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-12 15:29:43 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-12 15:29:43 +0000
commit61885f3c4185f3aea2bd3b98f954935d221458e7 (patch)
treefdf2108d545be0bdfb76f44d697237056e86bc31 /libc/stdlib/malloc/Makefile
parenta99617fe8fdb56b3e877558bfd6572ce65ad39de (diff)
Screwed up non-mmu support. #define was backwards.
-Erik
Diffstat (limited to 'libc/stdlib/malloc/Makefile')
-rw-r--r--libc/stdlib/malloc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/malloc/Makefile b/libc/stdlib/malloc/Makefile
index 0824e71a8..920276c10 100644
--- a/libc/stdlib/malloc/Makefile
+++ b/libc/stdlib/malloc/Makefile
@@ -21,7 +21,7 @@
# respective copyright holders.
TOPDIR=../../
-include $(TOPDIR)Rules.make
+include $(TOPDIR)Rules.mak
LIBC=$(TOPDIR)libc.a
CSRC=malloc.c