fixed SUBDIRS_clean definition in Makefile

git-svn-id: svn://anubis/hos/trunk@21 5b3e749e-e535-0410-8002-a9bb6afbdfca
This commit is contained in:
josh 2009-06-29 13:40:33 +00:00
parent d8f7e731e1
commit fb807847bf

View File

@ -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