X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fiftop%2FMakefile;h=44501c700e9472205782b99dc6428571cc4aba46;hp=589dd217c9bc6c50111ba3e007d8d53c6a3af8ee;hb=6d082a574d4626f9212b7daec103955f4cd1c7d3;hpb=6ab91ff673581f10aae3ab44c04ee93384358621 diff --git a/net/iftop/Makefile b/net/iftop/Makefile index 589dd217c9..44501c700e 100644 --- a/net/iftop/Makefile +++ b/net/iftop/Makefile @@ -41,7 +41,7 @@ define Build/Compile rm -rf $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) \ - CC=$(TARGET_CC) \ + CC="$(TARGET_CC)" \ DESTDIR="$(PKG_INSTALL_DIR)" \ install endef