standardize Makefile, change section from base to net, add proper title and description
[openwrt.git] / package / openssl / Makefile
index be5b4a6..3f60dcf 100644 (file)
@@ -67,7 +67,7 @@ define Build/Compile
        rm -rf $(PKG_INSTALL_DIR)
        mkdir -p $(PKG_INSTALL_DIR)
        $(MAKE) -C $(PKG_BUILD_DIR) -j1 \
-               MAKEDEPPROG="$(TARGET_CC)" \
+               MAKEDEPPROG="$(TARGET_CROSS)gcc" \
                depend
        $(MAKE) -C $(PKG_BUILD_DIR) -j1 \
                CC="$(TARGET_CC)" \
This page took 0.022386 seconds and 4 git commands to generate.