2012/8/28 Paul Tagliamonte wrote: >> Just curious, do you have a list of such packages? > > No, I've not built up such a list. I've seen it enough for me to recall > this edge-case. Most packages with a lone Makefile usually have: > > CC=gcc
Notabug. :) I guess this is how it's supposed to be by Makefile design. It's not a "hardcode". It's an option. You can always change it, just run: make CC=anothercc (Note: not `CC=anothercc make`) It's a (known?) makefile feature. Those variables in the beginning of a Makefile are often there just for that. -- Serge -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CAOVenEo+=yt9nvkyajn7r9-ug8lgv3wksktaakj4mvphvux...@mail.gmail.com