X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2FConvert-TNEF;h=2a91578be42c05be0ff72d34433fff581567505d;hp=364e3c4fea07f9471d61846f21eb9baea5a4f611;hb=9e51058b39f054c1e0803704c2fea4ac6aeb5094;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be diff --git a/lfs/Convert-TNEF b/lfs/Convert-TNEF index 364e3c4fea..2a91578be4 100644 --- a/lfs/Convert-TNEF +++ b/lfs/Convert-TNEF @@ -74,7 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && perl Makefile.PL - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)