From 07f4dffc710d6cf90334eac8c7c5db0ae169deb4 Mon Sep 17 00:00:00 2001 From: flameeyes Date: Sat, 17 Nov 2007 11:58:27 +0000 Subject: [PATCH] Don't try to use a generic rule for building usage.h or it will fail make distcheck when builddir != srcdir --- src/cd-paranoia/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/cd-paranoia/Makefile.am b/src/cd-paranoia/Makefile.am index 27a67a93..05ab15c2 100644 --- a/src/cd-paranoia/Makefile.am +++ b/src/cd-paranoia/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.23 2007/10/15 04:54:00 rocky Exp $ +# $Id: Makefile.am,v 1.24 2007/11/17 11:58:27 flameeyes Exp $ # # Copyright (C) 2004, 2005, 2006, 2007 Rocky Bernstein # Copyright (C) 1998 Monty xiphmont@mit.edu @@ -47,13 +47,10 @@ bin_PROGRAMS = cd-paranoia INCLUDES = -I$(top_srcdir) $(LIBCDIO_CFLAGS) -# These are the implict rules we've got here. -SUFFIXES = .txt .h - cd-paranoia.$(OBJEXT): usage.h if HAVE_PERL -.txt.h: $(srcdir)/pod2c.pl +usage.h: usage.txt $(srcdir)/pod2c.pl $(PERL) $(srcdir)/pod2c.pl $< >$@ else usage.h: usage-copy.h