Update of /cvsroot/pure-data/packages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv703
Modified Files: Makefile.buildlayout Log Message: oops sorry, I forgot about the whackiness of makefiles, you can't reuse variables!
Index: Makefile.buildlayout =================================================================== RCS file: /cvsroot/pure-data/packages/Makefile.buildlayout,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** Makefile.buildlayout 1 Nov 2007 03:44:12 -0000 1.35 --- Makefile.buildlayout 3 Nov 2007 02:14:12 -0000 1.36 *************** *** 55,66 **** endif # which CPU to compile for ! UNAME := $(shell uname -m) ! ifeq ($(UNAME),i386) ARCH = i386 endif ! ifeq ($(UNAME),i686) ARCH = i386 endif ! ifeq ($(UNAME),ppc) ARCH = powerpc endif --- 55,66 ---- endif # which CPU to compile for ! UNAME_MACHINE := $(shell uname -m) ! ifeq ($(UNAME_MACHINE),i386) ARCH = i386 endif ! ifeq ($(UNAME_MACHINE),i686) ARCH = i386 endif ! ifeq ($(UNAME_MACHINE),ppc) ARCH = powerpc endif