X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2FHTML-Parser;h=184c234d23730ce223600e76fbfd6637dce43c35;hp=481beb40bd67b5a2d11b8f541b8ba5dc9df02f2c;hb=58c74d078780b88bf060fa179bd55dd483164b87;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be diff --git a/lfs/HTML-Parser b/lfs/HTML-Parser index 481beb40bd..184c234d23 100644 --- a/lfs/HTML-Parser +++ b/lfs/HTML-Parser @@ -71,7 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && yes 'n' | perl Makefile.PL - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)