From fb807847bf6acecdadf7bfe26ad62af4d37e4a4d Mon Sep 17 00:00:00 2001 From: josh Date: Mon, 29 Jun 2009 13:40:33 +0000 Subject: [PATCH] fixed SUBDIRS_clean definition in Makefile git-svn-id: svn://anubis/hos/trunk@21 5b3e749e-e535-0410-8002-a9bb6afbdfca --- kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Makefile b/kernel/Makefile index d8d33bb..d43a46f 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -26,7 +26,7 @@ export CXXFLAGS := -Wall -O2 export LDFLAGS := -T $(LDSCRIPT) SUBDIRS := boot -SUBDIRS_clean := $(subdirs:%=%.clean) +SUBDIRS_clean := $(SUBDIRS:%=%.clean) .PHONY: all all: $(KERNEL).gz