diff -ru octave-forge-2004.09.09/extra/MacOSX/Makefile octave-forge-2004.09.09-patched/extra/MacOSX/Makefile --- octave-forge-2004.09.09/extra/MacOSX/Makefile Fri Jul 9 01:26:01 2004 +++ octave-forge-2004.09.09-patched/extra/MacOSX/Makefile Mon Oct 11 12:12:02 2004 @@ -9,9 +9,9 @@ echo extra/MacOSX will be installed ## Using explicit -ObjC flag since .cc is used to trick PKG_ADD to pick up the file. -sndplay: OFSndPLay.cc +sndplay: OFSndPlay.cc mkdir -p bin - CC -ObjC -o bin/ofsndplay OFSndPLay.cc -framework Cocoa + cc -ObjC -o bin/ofsndplay OFSndPlay.cc -framework Cocoa clean: -$(RM) -r bin