|
Hi all, After applying this patch vim fails to compile under HP-UX, with this message: <snip>
Stop.
The attached patch makes it all
better. You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php |
*** vim73/src/Makefile 2011-03-23 11:39:27.000000000 +1100
--- src/Makefile 2011-03-31 14:42:11.000000000 +1100
***************
*** 1565,1571 ****
OBJ = $(OBJ_COMMON) \
objects/main.o \
! objects/memfile.o \
MEMFILE_TEST_OBJ = $(OBJ_COMMON) \
objects/memfile_test.o
--- 1565,1571 ----
OBJ = $(OBJ_COMMON) \
objects/main.o \
! objects/memfile.o
MEMFILE_TEST_OBJ = $(OBJ_COMMON) \
objects/memfile_test.o
