new installation problem - lots of files on root directory



When installing current CVS maxima, lots of data files end up in /

The problem seems to be in src/Makefile
 - install_datafiles target installs files into $(genericdir)
 - genericdir=$(instsrcdir)
 - instsrcdir isn't defined

This didn't happen a few hours ago.