From 61885f3c4185f3aea2bd3b98f954935d221458e7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 12 Oct 2000 15:29:43 +0000 Subject: Screwed up non-mmu support. #define was backwards. -Erik --- libc/stdlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdlib/Makefile') 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) -- cgit v1.2.3