January 11, 2006
The Makefile for the frag generators do not
include $(CFLAGS), but just do a $(CC)...

This does not very well when trying to do
fancy stuff like fat-building or targetting.

They probably should be using $(LDFLAGS) too ?

--anders