Yes, that works fine with LDFLAGS= in the Makefile. Is this just a lack of Makefile-fu on my part? 2010/11/18 Jonathan Nieder <jrnieder@xxxxxxxxx>: > Hi Lars, > > Lars Buitinck wrote: > >> Â CPPFLAGS=-I$HOME/apps/include LDFLAGS=-L$HOME/apps/lib make >> prefix=$HOME/apps all doc info > > How about > > Â Â Â Âprefix=$HOME/apps > Â Â Â Âmake CPPFLAGS=-I$prefix/include LDFLAGS=-L$prefix/lib prefix=$prefix \ > Â Â Â Â Â Â Â Âall doc info > > ? > -- 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