diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-12 20:42:45 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-12 20:42:45 +0100 |
| commit | 308fc79fcf997737d3bae757046bfd981c75489e (patch) | |
| tree | 696b9d55f43cf8103f76fee2b50a9788787604bf | |
| parent | d063a0fb23d3a415f31338263afc4e3ec135171c (diff) | |
fix squashfs target
| -rw-r--r-- | mk/image.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/image.mk b/mk/image.mk index 1bfc1f78b..5c3d27c41 100644 --- a/mk/image.mk +++ b/mk/image.mk @@ -101,7 +101,7 @@ ${BUILD_DIR}/root.squashfs: ${TARGET_DIR} -nopad -noappend -root-owned $(MAKE_TRACE) ifeq (,${CUSTOM_ROOTFSSQUASHFS_BUILD}) -${BIN_DIR}/${ROOTFSSQUASHFS}: ${BUILD_DIR}/root.squashfs +${BUILD_DIR}/${ROOTFSSQUASHFS}: ${BUILD_DIR}/root.squashfs cat ${BUILD_DIR}/${TARGET_KERNEL} ${BUILD_DIR}/root.squashfs \ >${BUILD_DIR}/${ROOTFSSQUASHFS} endif |
