diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-22 22:25:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-22 22:25:19 +0100 |
commit | d8b552dbe4dc24a7bf7dac7d05a8d9d077470347 (patch) | |
tree | 8416a7e4c4866918e91990966efc723a95b2699e /package/coreutils/patches/patch-Makefile_am | |
parent | 7d3fa6ece82fd4f834a928fa764f8db5f8b34d7f (diff) | |
parent | 7520a306e9fc2892d9d30c09fd257780694ed5ab (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/coreutils/patches/patch-Makefile_am')
-rw-r--r-- | package/coreutils/patches/patch-Makefile_am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/coreutils/patches/patch-Makefile_am b/package/coreutils/patches/patch-Makefile_am new file mode 100644 index 000000000..7a8549921 --- /dev/null +++ b/package/coreutils/patches/patch-Makefile_am @@ -0,0 +1,8 @@ +--- coreutils-8.22.orig/Makefile.am 2013-12-04 15:48:30.000000000 +0100 ++++ coreutils-8.22/Makefile.am 2014-02-21 16:15:49.000000000 +0100 +@@ -187,5 +187,4 @@ AM_CPPFLAGS = -Ilib -I$(top_srcdir)/lib + include $(top_srcdir)/lib/local.mk + include $(top_srcdir)/src/local.mk + include $(top_srcdir)/doc/local.mk +-include $(top_srcdir)/man/local.mk + include $(top_srcdir)/tests/local.mk |