]> granicus.if.org Git - sudo/commitdiff
Do not rely on BSD make's $>
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 18 Jun 2010 13:53:46 +0000 (09:53 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 18 Jun 2010 13:53:46 +0000 (09:53 -0400)
--HG--
branch : 1.7

Makefile.in

index e200f1df438101206851832696e387afb9ebccb7..356364675d6e429bb62ff1bf0a7d7cdf15bef375 100644 (file)
@@ -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: