X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=ipv6%2Fptrtd%2FMakefile;h=760774f4f174d104d4b8235997f967b2053c0f49;hp=b03fb6c50a43f7f89ac2aaaec8eae0015f9926e6;hb=4ff5f9f4d84ddb7e2981035819927bdb86894a4f;hpb=2cef6f96025cb2d44b5cd480013413da84f88e35 diff --git a/ipv6/ptrtd/Makefile b/ipv6/ptrtd/Makefile index b03fb6c50a..760774f4f1 100644 --- a/ipv6/ptrtd/Makefile +++ b/ipv6/ptrtd/Makefile @@ -35,7 +35,7 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \ - CC=$(TARGET_CC) \ + CC="$(TARGET_CC)" \ all endef