X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fwget;fp=lfs%2Fwget;h=f716246b1a447b30fc7543b1e1b72b213921f1d0;hp=866f16e9fa00e21f0bdd3dfeb898b1bcfe553d5a;hb=fd3e7da032513d6319db71588d250d1228b5dc2b;hpb=fe6d84cbb56f3f331865ff603693c4f73c254b82 diff --git a/lfs/wget b/lfs/wget index 866f16e9fa..f716246b1a 100644 --- a/lfs/wget +++ b/lfs/wget @@ -73,7 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr --with-ssl --disable-nls --disable-ipv6 - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)