X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fpopt;h=ee4c3f914c35ccdac3ba8b26abff8cebf04d3bff;hb=5c3fa3223a4de6eb3a62d1c97c52f1762faa07f4;hp=4fffc78a7cbb12245dae9e630cd36669cb983b04;hpb=9572596c47e961c6f4d970b4c4c72bd5f90920e0;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/popt b/lfs/popt index 4fffc78a7..ee4c3f914 100644 --- a/lfs/popt +++ b/lfs/popt @@ -71,7 +71,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && sed -i -e "/*origOptString ==/c 0)" popt.c - cd $(DIR_APP) && autoreconf -f -i cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install