cvs commit: hugs98 Makefile hugs98.spec
Ross Paterson
ross@soi.city.ac.uk
Wed, 28 Aug 2002 15:21:07 +1000
On Mon, Aug 26, 2002 at 10:59:04PM -0700, Jeff Lewis wrote:
> Modified files:
> . Makefile hugs98.spec
> Log:
> Check out fptools/libraries and run src/unix/convert_libraries (was just
> doing same on hslibs). Add `install_libraries_ffi' to install targets.
How about adding
install :: install_libraries
install :: install_oldlibs
install_ffi :: install_libraries_ffi
so the new ones (and stubs) are always available alongside the old?