On Wed, May 04, 2016 at 12:14:46AM +0900, Akira Yokosawa wrote: > >From a79124b5e603b3961242e882910e713d7ce0149a Mon Sep 17 00:00:00 2001 > From: Akira Yokosawa <akiysw@xxxxxxxxx> > Date: Wed, 4 May 2016 00:00:30 +0900 > Subject: [PATCH] Makefile: Denote phony targets explicitly > > By this change, even if a file having the same name is created > accidentally, behavior of the Makefile won't be affected any more. > > Signed-off-by: Akira Yokosawa <akiysw@xxxxxxxxx> Queued and pushed, thank you! Thanx, Paul > --- > Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Makefile b/Makefile > index 1b508b1..7653c80 100644 > --- a/Makefile > +++ b/Makefile > @@ -167,6 +167,7 @@ BIBSOURCES = \ > bib/swtools.bib \ > bib/syncrefs.bib > > +.PHONY: all extraction embedfonts clean distclean neatfreak > all: perfbook.pdf > > perfbook.pdf: perfbook.bbl $(LATEXSOURCES) $(EPSSOURCES) extraction embedfonts > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe perfbook" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html