Hi all,

After applying this patch vim fails to compile under HP-UX, with this message:

<snip>
Starting make in the src directory.
If there are problems, cd to the src directory and run make there
    cd src && make first
creating auto/pathdef.c
    cc -c -I. -Iproto -DHAVE_CONFIG_H     -O2       -o objects/pathdef.o auto/pathdef.c
Make: Don't know how to make MEMFILE_TEST_OBJ.  Stop.
*** Error exit code 1

Stop.
</snip>

The attached patch makes it all better.
Cheers
John

--
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

Raspunde prin e-mail lui