]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - fs/ext2/ext2.mk
fs/common.mk: delay evaluation of variables
[coffee/buildroot.git] / fs / ext2 / ext2.mk
index cc8da0e4ddb1969cb7ef565955e3e4a24ae2f2fe..7b71592d9773979a8dda5af468deeb0b2f5dc125 100644 (file)
@@ -21,7 +21,7 @@ endif
 ROOTFS_EXT2_DEPENDENCIES = host-genext2fs
 
 define ROOTFS_EXT2_CMD
-       PATH=$(TARGET_PATH) fs/ext2/genext2fs.sh -d $(TARGET_DIR) $(EXT2_OPTS) $$@
+       PATH=$(TARGET_PATH) fs/ext2/genext2fs.sh -d $(TARGET_DIR) $(EXT2_OPTS) $@
 endef
 
 $(eval $(call ROOTFS_TARGET,ext2))