From c65bfd057e1f1fe8a6942e3ba8570896e16e950d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 23 Aug 2012 22:49:43 +0200 Subject: [PATCH] popt: Don't run autoreconf unnecessarily. --- lfs/popt | 1 - 1 file changed, 1 deletion(-) diff --git a/lfs/popt b/lfs/popt index 4fffc78a7c..ee4c3f914c 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 -- 2.39.2