diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-09 01:07:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-09 01:07:45 +0000 |
commit | 0b5ad783691ef6fa1285c8d7858a51c425a8b38d (patch) | |
tree | c4839fbda5f4d536d00ccc787a2f8f2c44a80494 | |
parent | 2d523c23175b8e8772c2e223d92513f836cde8a6 (diff) |
It would help to include the package specific *.mk makefiles
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS) include make/*.mk include toolchain/*/*.mk -#include package/*/*.mk +include package/*/*.mk ############################################################# # |