[zaptel-commits] tzafrir: branch 1.2 r2749 - /branches/1.2/Makefile
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Tue Jul 17 08:56:28 CDT 2007
Author: tzafrir
Date: Tue Jul 17 08:56:27 2007
New Revision: 2749
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2749
Log:
Fix spelling of variable names...
Modified:
branches/1.2/Makefile
Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?view=diff&rev=2749&r1=2748&r2=2749
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Tue Jul 17 08:56:27 2007
@@ -98,11 +98,11 @@
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
More information about the zaptel-commits
mailing list