This change allows to perform "make dist" on systems having perl in an

odd place.
This commit is contained in:
Pavel Machek 1998-04-29 14:59:22 +00:00
parent eec0d1d3b9
commit 0e4354f96e
1 changed files with 1 additions and 1 deletions

View File

@ -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 | $(srcdir)/gindex.pl > $(srcdir)/mc.hlp
cat ync.hlp $(mclibdir)/xnc.hlp | `which perl` $(srcdir)/gindex.pl > $(srcdir)/mc.hlp
ync.hlp: $(docdir)/mc.1.in man2hlp
./man2hlp 58 $(docdir)/mc.1.in > ync.hlp