]> 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:17 +0000 (09:53 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 18 Jun 2010 13:53:17 +0000 (09:53 -0400)
doc/Makefile.in

index fd09054d04ab49a9772d2112af51010341eb727d..86a99f8b752f551a453feea59c7791818d7083c2 100644 (file)
@@ -124,11 +124,11 @@ sudo_plugin.man: $(srcdir)/sudo_plugin.man.in
 @DEV@$(srcdir)/sudo_plugin.cat: varsub $(srcdir)/sudo_plugin.man.in
 @DEV@  sed -f varsub $(srcdir)/sudo_plugin.man.in | $(NROFF) -man > $@
 
-HISTORY: history.pod
-       pod2text -l -i0 $> > $@
+HISTORY: $(srcdir)/history.pod
+       pod2text -l -i0 $(srcdir)/history.pod > $@
 
-LICENSE: license.pod
-       pod2text -l -i0 $> | sed '1,2d' > $@
+LICENSE: $(srcdir)/license.pod
+       pod2text -l -i0 $(srcdir)/license.pod | sed '1,2d' > $@
 
 install: install-dirs install-man