- 论坛徽章:
- 0
|
在HP-UX机器上安装emacs-21.4 时出现问题,按照INSTALL说明中操作,在产生安装文件后自动执行安装目录中的Makefile时提示
Make: Must be a separator on rules line 138. Stop.
查看自动产生的Makefile文件中相关行如下:
136 # Tell make where to find source files; this is needed for the makefiles.
137 vpath %.c $(srcdir)
138 vpath %.h $(srcdir)
139 vpath %.y $(srcdir)
查看INSTALL中说明:
3b. Alternatively, create a separate directory, outside the source
directory, where you want to build Emacs, and invoke `configure'
from there:
SOURCE-DIR/configure
where SOURCE-DIR is the top-level Emacs source directory. This
may not work unless you use GNU make.
请问:
到底是不是因为那个自动产生的Makefile有问题呢?
我怎么把Make工具改成GNU make呢? |
|