summaryrefslogtreecommitdiff
path: root/libc/stdlib/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/Makefile
parenta99617fe8fdb56b3e877558bfd6572ce65ad39de (diff)
Screwed up non-mmu support. #define was backwards.
-Erik
Diffstat (limited to 'libc/stdlib/Makefile')
-rw-r--r--libc/stdlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile
index b4211ecf7..a6bd08710 100644
--- a/libc/stdlib/Makefile
+++ b/libc/stdlib/Makefile
@@ -21,7 +21,7 @@
# respective copyright holders.
TOPDIR=../
-include $(TOPDIR)Rules.make
+include $(TOPDIR)Rules.mak
LIBC=$(TOPDIR)libc.a
DIRS = $(MALLOC)