From 2b1932565b77907b24ab8ab841aa1d8d24b0c821 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 17 Jan 2010 00:02:24 +0000 Subject: [PATCH] fix by Stephane Glondu for `make install` error with newer GNU coreutils due to the same file being installed multiple times git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1690 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- urjtag/ChangeLog | 5 +++++ urjtag/THANKS | 1 + urjtag/data/Makefile.am | 1 - 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/urjtag/ChangeLog b/urjtag/ChangeLog index 48201bfd..a5ace63e 100644 --- a/urjtag/ChangeLog +++ b/urjtag/ChangeLog @@ -1,3 +1,8 @@ +2010-01-16 Stephane Glondu + + * data/Makefile.am (nobase_dist_pkgdata_DATA): Remove duplicate analog/PARTS + entry to fix `make install` error with newer GNU coreutils. + 2010-01-08 Kolja Waschk * src/tap/cable.c, src/tap/cable/generic_usbconn.c, src/tap/cable/ft2232.c: diff --git a/urjtag/THANKS b/urjtag/THANKS index e4e3fb1c..998daa75 100644 --- a/urjtag/THANKS +++ b/urjtag/THANKS @@ -29,6 +29,7 @@ Jochen Friedrich Thomas Fröhlich Mike Frysinger Robin Getz +Stephane Glondu Christophe Grenier Michael Hennerich Uwe Hermann diff --git a/urjtag/data/Makefile.am b/urjtag/data/Makefile.am index ebd73149..8b2da24b 100644 --- a/urjtag/data/Makefile.am +++ b/urjtag/data/Makefile.am @@ -74,7 +74,6 @@ nobase_dist_pkgdata_DATA = \ analog/bf548/bf548 \ analog/bf561/STEPPINGS \ analog/bf561/bf561 \ - analog/PARTS \ analog/sharc21065l/STEPPINGS \ analog/sharc21065l/sharc21065l \ analog/sharc21369/STEPPINGS \