make install
make: *** No rule to make target `install-recursive', needed by `install'. Stop.
This is in alpha6. Untarred a fresh copy, made sure all temp autoconf files were deleted and reran configure with the same results. Looked through the Makefile and Makefile template and there's no install-recursive in the .PHONY list. I added it, but then just get "make: Nothing to be done for install". Indeed, the install target (from what I can tell) is commented out in the main makefile, and then there's no local install targets in the three src subdirectory makefiles either.
Am I missing something? How are the rest of you installing this?
make: *** No rule to make target `install-recursive', needed by `install'. Stop.
This is in alpha6. Untarred a fresh copy, made sure all temp autoconf files were deleted and reran configure with the same results. Looked through the Makefile and Makefile template and there's no install-recursive in the .PHONY list. I added it, but then just get "make: Nothing to be done for install". Indeed, the install target (from what I can tell) is commented out in the main makefile, and then there's no local install targets in the three src subdirectory makefiles either.
Am I missing something? How are the rest of you installing this?
Comment