On Tue, 6 Jan 2009, Ted Pavlic wrote: > > but then realized that prefix is set to $(HOME) by default. Are you > > sure you didn't edit the Makefile or run any sort of ./configure > > before "make install" ? > > After doing a > > git clean -f You need a "git clean -fx" > According to the INSTALL doc, the default prefix should be ~. However, this is > certainly not the case. Either the INSTALL doc needs to be updated or a new > default config.mak.autogen needs to be checked in (or perhaps > config.mak.autogen needs to be omitted from the repo?). It's omitted from the repo, but it's in .gitignore so "git clean" doesn't remove it unless you tell it to remove ignored files. -Daniel *This .sig left intentionally blank* -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html