1 --- encore-5.0/Makefile.orig 2016-04-16 13:00:03.778757000 -0600
2 +++ encore-5.0/Makefile 2016-04-16 13:00:21.598513000 -0600
4 CFLAGS := -O2 -fomit-frame-pointer -I/usr/local/include
7 -OBJDIR := $(shell uname --machine)
8 +OBJDIR := $(shell uname -m)
9 +ifeq ($(OBJDIR), amd64)
13 ifeq ($(OBJDIR), i686)