X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Flibtool;h=d7e9a155585554dc9bd990bdc15d21a18d32d471;hb=0f458e4df0c6d99b957d6d175cdd241cff176a6b;hp=01721450553d5d88009ba56b80458e8134361263;hpb=3d82ea0ab1b313506bb6daeabedc8c0e760fc7e1;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/libtool b/lfs/libtool index 0172145055..d7e9a15558 100644 --- a/lfs/libtool +++ b/lfs/libtool @@ -75,7 +75,9 @@ dist: $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls + cd $(DIR_APP) && ./configure \ + --prefix=/usr + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)