Fixes #8086
authorMichael Büsch <mb@bu3sch.de>
Sat, 16 Oct 2010 21:43:16 +0000 (21:43 +0000)
committerMichael Büsch <mb@bu3sch.de>
Sat, 16 Oct 2010 21:43:16 +0000 (21:43 +0000)
SVN-Revision: 23489

utils/btrfs-progs/Makefile

index 8f9c6729c8d30d5f464e5c0fdc5e7b39f5b21e58..765113358e3044b8735824b09e66bb982b00c998 100644 (file)
@@ -37,7 +37,7 @@ progs = btrfsctl mkfs.btrfs btrfs-debug-tree btrfs-show btrfs-vol btrfsck
 
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
-               CC=$(TARGET_CC) \
+               CC="$(TARGET_CC)" \
                CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \
                LDFLAGS="$(TARGET_LDFLAGS)" \
                prefix=/usr \