Oops, I shouldn't have commented out the MAKEFLAGS

This commit is contained in:
Eric Scharff 2007-10-08 15:46:09 -06:00
parent 673aec28fb
commit d171c03857

View File

@ -1,4 +1,4 @@
#MAKEFLAGS = -s
MAKEFLAGS = -s
arch = $(shell uname -m)
ifeq ($(arch),i586)