mirror of
https://github.com/curl/curl.git
synced 2026-04-15 09:11:40 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ MAN2HTML= roffit --mandir=. < $< >$@
|
|||
SUFFIXES = .3 .html
|
||||
|
||||
libcurl-symbols.3: $(srcdir)/symbols-in-versions $(srcdir)/mksymbolsmanpage.pl
|
||||
perl $(srcdir)/mksymbolsmanpage.pl < $< > $@
|
||||
perl $(srcdir)/mksymbolsmanpage.pl < $(srcdir)/symbols-in-versions > $@
|
||||
|
||||
html: $(HTMLPAGES)
|
||||
cd opts; make html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue