summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-17 13:56:27 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-17 13:56:27 +0000
commit077c316c9b4b8ef1b279056b1d3b5da9a84c7138 (patch)
tree5f3109b0942ebbdc02e3c945331f8ba4e1168ef9 /Makefile
parente785e2688dbae9eebd1c99c48d69b3b3983c25b7 (diff)
Fix spelling of variable names...
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2749 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 46eadda..8c9d3d0 100644
--- a/Makefile
+++ b/Makefile
@@ -98,11 +98,11 @@ HOSTCC=gcc
INSTALL_PREFIX := /usr
CFLAGS+=-I. -O4 -g -Wall
-ifneq (,$(findstring ppc,$(PACHINE)))
+ifneq (,$(findstring ppc,$(MACHINE)))
CFLAGS += -fsigned-char
KFLAGS += -msoft-float -fsigned-char
endif
-ifneq (,$(findstring x86_64,$(PACHINE)))
+ifneq (,$(findstring x86_64,$(MACHINE)))
CFLAGS += -m64
KFLAGS += -mcmodel=kernel
endif