1
1

"which" was not required in my previous patch. I'm sorry :-(

It is only important that perl is in the $PATH
Этот коммит содержится в:
Pavel Machek 1998-04-30 07:44:46 +00:00
родитель 6f4e21db18
Коммит 4ffe83e438

Просмотреть файл

@ -95,7 +95,7 @@ cross:
CPPFLAGS="$(CPPFLAGS) -I/usr/local/lib/gcc-lib/i386-linux-linux/include/ncurses "
$(srcdir)/mc.hlp: ync.hlp $(mclibdir)/xnc.hlp $(srcdir)/gindex.pl
cat ync.hlp $(mclibdir)/xnc.hlp | `which perl` $(srcdir)/gindex.pl > $(srcdir)/mc.hlp
cat ync.hlp $(mclibdir)/xnc.hlp | perl $(srcdir)/gindex.pl > $(srcdir)/mc.hlp
ync.hlp: $(docdir)/mc.1.in man2hlp
./man2hlp 58 $(docdir)/mc.1.in > ync.hlp