diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-09-16 20:08:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-09-16 20:08:16 +0200 |
commit | d6aaf0be5bfa8e5944d9ae44cf175f9388564ac6 (patch) | |
tree | 8b7d48816c64a689383a334efedc34fdecfe978f /package/Makefile | |
parent | 9a625cd021c2d087a988699dcfc3e512fa163235 (diff) |
fintune rebuild stuff, fix some warnings
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index e271216dd..12058a8dd 100644 --- a/package/Makefile +++ b/package/Makefile @@ -39,7 +39,7 @@ ifeq ($(ADK_TOOLCHAIN_ONLY),y) compile: $(REBUILD_PACKAGES) $(COMPILE_PACKAGES) install: $(INSTALL_PACKAGES) else -compile: base-files-compile $(REBUILD_PACKAGES) $(COMPILE_PACKAGES) +compile: $(REBUILD_PACKAGES) base-files-compile $(COMPILE_PACKAGES) install: base-files-install $(INSTALL_PACKAGES) endif |