diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 22:18:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 22:18:41 +0000 |
commit | fcede2386cd9a6f9cc3a881f97348dd305ccdd3b (patch) | |
tree | b0e9be03d01e1a00d84232e57c1d575a728fbf2e /lang/emacs-lisp-intro/files/patch-Makefile.in | |
parent | Rename korean/ patch-xy patches to reflect the files they modify. (diff) |
Rename lang/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'lang/emacs-lisp-intro/files/patch-Makefile.in')
-rw-r--r-- | lang/emacs-lisp-intro/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/emacs-lisp-intro/files/patch-Makefile.in b/lang/emacs-lisp-intro/files/patch-Makefile.in new file mode 100644 index 000000000000..7ba386f9bfd8 --- /dev/null +++ b/lang/emacs-lisp-intro/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Mon Dec 17 19:24:43 2001 ++++ Makefile.in Sun Dec 23 05:29:31 2001 +@@ -57,7 +57,7 @@ + NORMAL_UNINSTALL = : + PRE_UNINSTALL = : + POST_UNINSTALL = : +-MAKEINFO = @MAKEINFO@ ++MAKEINFO = @MAKEINFO@ --no-split + PACKAGE = @PACKAGE@ + VERSION = @VERSION@ + |