From d171c0385763a8b15079a9c4c985f264dd110313 Mon Sep 17 00:00:00 2001 From: Eric Scharff Date: Mon, 8 Oct 2007 15:46:09 -0600 Subject: [PATCH] Oops, I shouldn't have commented out the MAKEFLAGS --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 4d8cf04e1f..ae82a6c8a1 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -#MAKEFLAGS = -s +MAKEFLAGS = -s arch = $(shell uname -m) ifeq ($(arch),i586)