I think there is more to this override story. Perhaps this is why I've not found the makefile command line override very helful.
It looks like when we have a make invocation within make, the overrides do not propagate. #Makefile.1 PREFIX=/usr/local all: make -f Makefile.2 #Makefile.2 PREFIX=/usr/local > make PREFIX=/usr -f Makefile.1 During Makefile.1, the PREFIX is /usr. In Makefile.2, it is /usr/local. Bummer. _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool