diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-12 18:48:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-12 18:48:35 +0100 |
commit | 2e8823cb5c59d7524b5dd5e40266c4ef993b3102 (patch) | |
tree | 69a9d126a579863abbcf09241bf825754e93e04e /package/wget/patches/patch-Makefile_am | |
parent | d095aec6ce9898c422e86df46195e3410eb1f163 (diff) | |
parent | 2975c1ab583edcfbb46626f003867738fcb0b556 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/wget/patches/patch-Makefile_am')
-rw-r--r-- | package/wget/patches/patch-Makefile_am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/wget/patches/patch-Makefile_am b/package/wget/patches/patch-Makefile_am new file mode 100644 index 000000000..dcb930fcf --- /dev/null +++ b/package/wget/patches/patch-Makefile_am @@ -0,0 +1,11 @@ +--- wget-1.14.orig/Makefile.am 2012-05-13 16:44:48.000000000 +0200 ++++ wget-1.14/Makefile.am 2013-12-06 17:00:51.000000000 +0100 +@@ -41,7 +41,7 @@ distuninstallcheck_listfiles = find . -t + ACLOCAL_AMFLAGS = -I m4 + + # subdirectories in the distribution +-SUBDIRS = lib src doc po tests util ++SUBDIRS = lib src po tests util + + EXTRA_DIST = ChangeLog.README MAILING-LIST \ + msdos/ChangeLog msdos/config.h msdos/Makefile.DJ \ |