diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-29 18:41:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-29 18:41:30 +0100 |
commit | 9036ad7c2fa2829855aff75b83d86818a978a242 (patch) | |
tree | d0f2be6610dc2213e041ed5a90de6e5cd2791000 /target/ag241/Makefile | |
parent | 05a3ed5d87bd71009cf90170347d8e692e2b6c9e (diff) |
move squashfs host tools to common tools dir
fix bsd compile errors.
Diffstat (limited to 'target/ag241/Makefile')
-rw-r--r-- | target/ag241/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/ag241/Makefile b/target/ag241/Makefile index e87a55d0d..9848205cc 100644 --- a/target/ag241/Makefile +++ b/target/ag241/Makefile @@ -15,7 +15,7 @@ $(TOOLS_BUILD_DIR): tools-compile: $(TOOLS_BUILD_DIR) $(MAKE) -C tools/addpattern $(MAKE) -C tools/srec2bin - $(MAKE) -C tools/squashfs prepare compile install + $(MAKE) -C ../tools/squashfs prepare compile install kernel-install: tools-compile PATH='${TARGET_PATH}' \ |