summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-11-03 20:31:02 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-11-03 20:31:02 +0000
commit8e2324cd16740e41b579c8758d6c0c4e26e14c2c (patch)
tree7adad07af6ee547bee51d0808b8f7812972f043d
parentb2a10c4939cf69b55a8ef3f38314246a153f9868 (diff)
fix silly typo (issue #5579)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@805 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48e03bc..6d32c40 100755
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ KINCLUDES:=$(KSRC)/include
CFLAGS+=-I. -O4 -g -Wall -DBUILDING_TONEZONE #-DTONEZONE_DRIVER
CFLAGS_PPC:=$(shell if uname -m | grep -q ppc; then echo "-fsigned-char"; fi)
CFLAGS_X86-64:=$(shell if uname -m | grep -q x86_64; then echo "-m64"; fi)
-CFLAGS+=$(CFLAGS_PPC) $(CFLAGS_X64-64)
+CFLAGS+=$(CFLAGS_PPC) $(CFLAGS_X86-64)
LCFLAGS=-fPIC $(CFLAGS) -DBUILDING_TONEZONE
KFLAGS=-I$(KINCLUDES) -O6
KFLAGS+=-DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -I$(KSRC)/drivers/net \