diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-12 15:29:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-12 15:29:43 +0000 |
commit | 61885f3c4185f3aea2bd3b98f954935d221458e7 (patch) | |
tree | fdf2108d545be0bdfb76f44d697237056e86bc31 /libc/stdlib/malloc-simple | |
parent | a99617fe8fdb56b3e877558bfd6572ce65ad39de (diff) |
Screwed up non-mmu support. #define was backwards.
-Erik
Diffstat (limited to 'libc/stdlib/malloc-simple')
-rw-r--r-- | libc/stdlib/malloc-simple/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/malloc-simple/Makefile b/libc/stdlib/malloc-simple/Makefile index e46415536..765bf28d0 100644 --- a/libc/stdlib/malloc-simple/Makefile +++ b/libc/stdlib/malloc-simple/Makefile @@ -21,7 +21,7 @@ # respective copyright holders. TOPDIR=../../ -include $(TOPDIR)Rules.make +include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a MSRC=alloc.c |