]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - fs/ubifs/ubifs.mk
fs/common.mk: delay evaluation of variables
[coffee/buildroot.git] / fs / ubifs / ubifs.mk
index 337180edc008f707b9ab32ad547aee479ca5d8ea..8506dbdb8dec08877f1dbb9e690ec3eca7c2b3dc 100644 (file)
@@ -19,7 +19,7 @@ endif
 ROOTFS_UBIFS_DEPENDENCIES = host-mtd
 
 define ROOTFS_UBIFS_CMD
-       $(HOST_DIR)/usr/sbin/mkfs.ubifs -d $(TARGET_DIR) $(UBIFS_OPTS) -o $$@
+       $(HOST_DIR)/usr/sbin/mkfs.ubifs -d $(TARGET_DIR) $(UBIFS_OPTS) -o $@
 endef
 
 $(eval $(call ROOTFS_TARGET,ubifs))
\ No newline at end of file