diff options
author | Sam Bingner <sam@bingner.com> | 2018-08-15 11:54:29 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-08-15 11:54:29 -1000 |
commit | 1a6600842fe22b5873ea8e5e0146ebb0d6671501 (patch) | |
tree | 3b27b8e14b88c56741d6639339474ee7a3763c36 /data/mc/subdirs.diff | |
parent | 7d326d7bf9a930baa11b44916955ad39433415a7 (diff) |
Update mc to 4.8.21
Diffstat (limited to 'data/mc/subdirs.diff')
-rw-r--r-- | data/mc/subdirs.diff | 34 |
1 files changed, 23 insertions, 11 deletions
diff --git a/data/mc/subdirs.diff b/data/mc/subdirs.diff index bf6e410a1..bd2380938 100644 --- a/data/mc/subdirs.diff +++ b/data/mc/subdirs.diff @@ -1,12 +1,24 @@ -diff -ru mc-4.6.1/Makefile.in mc-4.6.1+iPhone/Makefile.in ---- mc-4.6.1/Makefile.in 2005-07-23 16:53:13.000000000 +0000 -+++ mc-4.6.1+iPhone/Makefile.in 2008-06-30 21:52:52.000000000 +0000 -@@ -242,7 +242,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ +diff -ur mc-4.8.21/Makefile.am mc-4.8.21+iPhone/Makefile.am +--- mc-4.8.21/Makefile.am 2017-02-24 10:25:57.000000000 -1000 ++++ mc-4.8.21+iPhone/Makefile.am 2018-08-14 10:44:39.000000000 -1000 +@@ -1,7 +1,7 @@ + ## Process this file with automake to create Makefile.in. AUTOMAKE_OPTIONS = 1.5 --SUBDIRS = intl po m4 vfs slang edit src lib doc syntax -+SUBDIRS = intl po m4 vfs slang edit src lib syntax - EXTRA_DIST = FAQ HACKING INSTALL.FAST MAINTAINERS README.QNX TODO - noinst_DATA = mc.spec mc.qpg pkginfo prototype - dist_noinst_SCRIPTS = build-glib1.sh build-glib2.sh + +-SUBDIRS = intl po lib src doc contrib misc ++SUBDIRS = intl po lib src contrib misc + + if HAVE_TESTS + SUBDIRS += tests +diff -ur mc-4.8.21/Makefile.in mc-4.8.21+iPhone/Makefile.in +--- mc-4.8.21/Makefile.in 2018-06-02 22:57:29.000000000 -1000 ++++ mc-4.8.21+iPhone/Makefile.in 2018-08-14 10:44:26.000000000 -1000 +@@ -508,7 +508,7 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + AUTOMAKE_OPTIONS = 1.5 +-SUBDIRS = intl po lib src doc contrib misc $(am__append_1) ++SUBDIRS = intl po lib src contrib misc $(am__append_1) + EXTRA_DIST = + dist_noinst_SCRIPTS = build-glib2.sh + dist_noinst_HEADERS = $(top_srcdir)/version.h |