X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2FConvert-TNEF;h=2a91578be42c05be0ff72d34433fff581567505d;hb=a7cd6a4a1113f358fe1e496b164e77bae797429e;hp=364e3c4fea07f9471d61846f21eb9baea5a4f611;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/Convert-TNEF b/lfs/Convert-TNEF index 364e3c4fe..2a91578be 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)