This is somewhat of a quandry:
[chrome@nitro] ~$ file gnumake
gnumake: Mach-O universal binary with 1 architecture
gnumake (for architecture i386): Mach-O executable i386
[chrome@nitro] ~$ ./gnumake -v
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for powerpc-apple-darwin9.0
gnumake: Mach-O universal binary with 1 architecture
gnumake (for architecture i386): Mach-O executable i386
[chrome@nitro] ~$ ./gnumake -v
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for powerpc-apple-darwin9.0
Anyone else see this? (I lipo’d gnumake’s ppc part just to be sure)