From 9cca1f3f054e4aeff7e5891d8c3651b8bd24ef90 Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 12 Jan 2005 02:39:17 +0000 Subject: [PATCH] I really don't understand how Makefile's. Put in an explict dependency between usage.h and usage.txt since the generic one isn't sufficient. --- 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 663fb7ad..f332c4f0 100644 --- a/src/cd-paranoia/Makefile.am +++ b/src/cd-paranoia/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.8 2005/01/11 10:51:02 rocky Exp $ +# $Id: Makefile.am,v 1.9 2005/01/12 02:39:17 rocky Exp $ # # Copyright (C) 2004, 2005 Rocky Bernstein # Copyright (C) 1998 Monty xiphmont@mit.edu @@ -49,7 +49,7 @@ INCLUDES = -I$(top_srcdir) $(LIBCDIO_CFLAGS) # These are the implict rules we've got here. SUFFIXES = .txt .h -.txt.h: $(srcdir)/pod2c.pl +usage.h: usage.txt $(srcdir)/pod2c.pl $(PERL) $(srcdir)/pod2c.pl $< >$@ endif