diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-20 18:41:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-20 18:41:11 +0100 |
commit | 272b9fb572a6b1f585cf6f4f4150b07f1c1537bf (patch) | |
tree | 5ede8c935478f6db39bf8efc7ea14919e58d6aa1 /package/wget/patches/patch-Makefile_am | |
parent | bde68f551d953927d476dc4f5ccd1c89ca001539 (diff) | |
parent | ed95e17c2e88caff425eca534a794ea0c489fc5c (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 \ |