fix another sloppy Makefile that attempted to install the same file twice

This commit is contained in:
tnn 2009-08-01 21:25:03 +00:00
parent ca9f784a34
commit 9b022d337b
2 changed files with 11 additions and 1 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.8 2009/07/22 10:33:21 tnn Exp $
$NetBSD: distinfo,v 1.9 2009/08/01 21:25:03 tnn Exp $
SHA1 (libatomic_ops-20081024.tar.gz) = 70dcc68c89ea8ce8b8e6c936ea337eca31f13662
RMD160 (libatomic_ops-20081024.tar.gz) = a9194631fafc2d4ce68cea93dbc212d7212cab13
@ -8,3 +8,4 @@ SHA1 (patch-ab) = 74674124fff34faf2aae0d694566c66ffaf9df25
SHA1 (patch-ac) = 40eeac276e322ea6f28743c183c11e92b1ab8de5
SHA1 (patch-ad) = 1499b105450beba70efdd3cc6bf8dd0270734c22
SHA1 (patch-ae) = 6a35e29c32b8e16da9ed9e5526851d5a0ff47fd4
SHA1 (patch-af) = f960ab05b17d9819d3bc383b66d3d7e990bd7e8f

View file

@ -0,0 +1,9 @@
$NetBSD: patch-af,v 1.3 2009/08/01 21:25:04 tnn Exp $
--- doc/Makefile.am.orig 2006-07-12 01:29:28.000000000 +0200
+++ doc/Makefile.am
@@ -1,3 +1,3 @@
# installed documentation
#
-dist_pkgdata_DATA=COPYING LICENSING.txt README.txt COPYING README_stack.txt README_malloc.txt README_win32.txt
+dist_pkgdata_DATA=COPYING LICENSING.txt README.txt README_stack.txt README_malloc.txt README_win32.txt