Fix/clean several hundred package makefiles
[packages.git] / net / mini_sendmail / Makefile
index f2411ed..ac31596 100644 (file)
@@ -34,7 +34,7 @@ endef
 
 define Build/Compile   
        $(MAKE) -C $(PKG_BUILD_DIR) \
-               CC=$(TARGET_CC) \
+               $(TARGET_CONFIGURE_OPTS) \
                OFLAGS="$(TARGET_CFLAGS)" \
                all
 endef