From: Todd C. Miller Date: Fri, 18 Jun 2010 13:53:46 +0000 (-0400) Subject: Do not rely on BSD make's $> X-Git-Tag: SUDO_1_7_3~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80f6385b913d474fdb172334b88ea861c4f0e44c;p=sudo Do not rely on BSD make's $> --HG-- branch : 1.7 --- diff --git a/Makefile.in b/Makefile.in index e200f1df4..356364675 100644 --- a/Makefile.in +++ b/Makefile.in @@ -464,11 +464,11 @@ sudoreplay.man: $(srcdir)/sudoreplay.man.in @DEV@$(srcdir)/sudoreplay.cat: varsub $(srcdir)/sudoreplay.man.in @DEV@ sed -f varsub $(srcdir)/sudoreplay.man.in | $(NROFF) -man > $@ -@DEV@HISTORY: history.pod -@DEV@ pod2text -l -i0 $> > $@ +@DEV@HISTORY: $(srcdir)/history.pod +@DEV@ pod2text -l -i0 $(srcdir)/history.pod > $@ @DEV@ -@DEV@LICENSE: license.pod -@DEV@ pod2text -l -i0 $> | sed '1,2d' > $@ +@DEV@LICENSE: $(srcdir)/license.pod +@DEV@ pod2text -l -i0 $(srcdir)/license.pod | sed '1,2d' > $@ # The 1.7 branch started Jan 18, 2010 ChangeLog: