diff options
Diffstat (limited to 'textproc/bibtex2html/files/patch-Makefile.in')
-rw-r--r-- | textproc/bibtex2html/files/patch-Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/textproc/bibtex2html/files/patch-Makefile.in b/textproc/bibtex2html/files/patch-Makefile.in deleted file mode 100644 index 6b7da44a9cb4..000000000000 --- a/textproc/bibtex2html/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig 2010-09-28 23:56:25.000000000 -0700 -+++ Makefile.in 2011-04-04 02:06:08.000000000 -0700 -@@ -45,7 +45,7 @@ - FLAGS = $(ZLIBS) $(DEBUG) - PROFILE = - --STRLIB = -cclib -lstr -+STRLIB = - - OBJS = options.cmx html.cmx latexmacros.cmx latexscan.cmx bbl_lexer.cmx \ - bibtex.cmx bibtex_parser.cmx bibtex_lexer.cmx \ -@@ -60,7 +60,7 @@ - bibfilter.cmx latexmacros.cmx latexscan.cmx expand.cmx \ - html.cmx biboutput.cmx version.cmx copying.cmx bib2bib.cmx - --all: @OCAMLBEST@ doc -+all: @OCAMLBEST@ - - opt: bibtex2html$(EXE) bib2bib$(EXE) - |