Selaa lähdekoodia

fix squashfs target

Waldemar Brodkorb 14 vuotta sitten
vanhempi
commit
308fc79fcf
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      mk/image.mk

+ 1 - 1
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