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:
Родитель
252e9acd50
Коммит
e539f01567
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче