From 6786658c3a710a05ab3ee27539c90b29c1da2ed4 Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 23 Dec 2004 09:57:33 +0000 Subject: [PATCH] Correct bin_PROGRAMS name. cd-paranoia/.deps/cd-paranoia$(EXEEXT).Po was getting created when when it should be cd-paranoia/.deps/cd-paranoia.Po Problem reported by C.Y.M. --- src/cd-paranoia/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cd-paranoia/Makefile.am b/src/cd-paranoia/Makefile.am index c1a33c6e..26ef2f2d 100644 --- a/src/cd-paranoia/Makefile.am +++ b/src/cd-paranoia/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.2 2004/12/18 21:24:25 rocky Exp $ +# $Id: Makefile.am,v 1.3 2004/12/23 09:57:33 rocky Exp $ # # Copyright (C) 2004 Rocky Bernstein # Copyright (C) 1998 Monty xiphmont@mit.edu @@ -27,7 +27,7 @@ cd_paranoia_SOURCES = cd-paranoia.c \ cd_paranoia_LDADD = $(LIBCDIO_LIBS) $(LIBCDIO_CDDA_LIBS) $(LIBCDIO_PARANOIA_LIBS) -bin_PROGRAMS = cd-paranoia$(EXEEXT) +bin_PROGRAMS = cd-paranoia man_MANS = cd-paranoia.1 cd-paranoia.1.jp EXTRA_DIST = $(man_MANS)