Last active
August 29, 2015 14:26
-
-
Save jweather/88c5caae699f4363d1e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/app/server/vendor/ffi-1.9.10/ext/ffi_c/libffi/Makefile.in b/app/server/vendor/ffi-1.9.10/ext/ffi_c/libffi/Makefile.in | |
index cbe1589..3a268f1 100755 | |
--- a/app/server/vendor/ffi-1.9.10/ext/ffi_c/libffi/Makefile.in | |
+++ b/app/server/vendor/ffi-1.9.10/ext/ffi_c/libffi/Makefile.in | |
@@ -218,7 +218,7 @@ DVIS = doc/libffi.dvi | |
PDFS = doc/libffi.pdf | |
PSS = doc/libffi.ps | |
HTMLS = doc/libffi.html | |
-TEXINFOS = doc/libffi.texi | |
+TEXINFOS = | |
TEXI2DVI = texi2dvi | |
TEXI2PDF = $(TEXI2DVI) --pdf --batch | |
MAKEINFOHTML = $(MAKEINFO) --html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment