2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Do not rely on BSD make's $>

This commit is contained in:
Todd C. Miller
2010-06-18 09:53:17 -04:00
parent 7c1e758249
commit cf1d8359c3

View 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