X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2FXML-Parser;h=bbdf3e00da5c865e49abbf718c1e69e1ad80268a;hb=63ba176be3ef1d72e92a056f64c724ca5b5c81b6;hp=c15a81cc199f63159a6694d8fb0d002f72c226e6;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be;p=ipfire-2.x.git diff --git a/lfs/XML-Parser b/lfs/XML-Parser index c15a81cc19..bbdf3e00da 100644 --- a/lfs/XML-Parser +++ b/lfs/XML-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) && perl Makefile.PL - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)