[Makefile: compile the source of the new core by default
VMiklos <vmiklos at frugalware.org>**20051101232454] {
hunk ./Makefile 91
-compile: check ccache $(packages) misc
+compile: check ccache setup $(packages) misc
hunk ./Makefile 101
+
+setup:
+ $(MAKE) -C setup
}