mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
docs/libcurl: make portability fix
Using $< in a non-suffix rule context is a GNU make idiom. This bug was introduced in 7.41.0.
This commit is contained in:
parent
252e9acd50
commit
e539f01567
@ -94,7 +94,7 @@ MAN2HTML= roffit --mandir=. < $< >$@
|
|||||||
SUFFIXES = .3 .html
|
SUFFIXES = .3 .html
|
||||||
|
|
||||||
libcurl-symbols.3: $(srcdir)/symbols-in-versions $(srcdir)/mksymbolsmanpage.pl
|
libcurl-symbols.3: $(srcdir)/symbols-in-versions $(srcdir)/mksymbolsmanpage.pl
|
||||||
perl $(srcdir)/mksymbolsmanpage.pl < $< > $@
|
perl $(srcdir)/mksymbolsmanpage.pl < $(srcdir)/symbols-in-versions > $@
|
||||||
|
|
||||||
html: $(HTMLPAGES)
|
html: $(HTMLPAGES)
|
||||||
cd opts; make html
|
cd opts; make html
|
||||||
|
Loading…
Reference in New Issue
Block a user