diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-22 12:52:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-22 12:52:37 +0100 |
commit | ee064dff921e104e442bbe94459e901388a86b4a (patch) | |
tree | 383e51e9d4fe2424691c1f01136731086b782d22 /package/coreutils/patches/patch-Makefile_am | |
parent | 3fa00c8a16cdbd8bed631606844e8f881ceec399 (diff) | |
parent | 2e359603d90d5ea1b8a6a20aee8c4a142cd8fafd (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 |