From 50907826b01fb170d1d61ea89f4fd72515ecf53e Mon Sep 17 00:00:00 2001 From: sven-ola Date: Thu, 7 Oct 2010 12:15:25 +0000 Subject: switched to pr_devel for debug msg git-svn-id: https://map66.svn.sourceforge.net/svnroot/map66@15 3484d885-4da6-438d-b19d-107d078dd756 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dbfc552..f54abf3 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ KPATH := /lib/modules/$(KVERSION)/build IPTABLES_VERSION := $(shell ip6tables --version|sed 's/^.*\([[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]\+\).*/\1/') IPTABLES_VERSION_CODE := $(shell echo $$(( $$(echo $(IPTABLES_VERSION)|sed 's/^.*\([[:digit:]]\+\)\.\([[:digit:]]\+\)\.\([[:digit:]]\+\).*/\1 * 65536 + \2 * 256 + \3/') ))) ifeq ($(DEBUG),1) -EXTRA_CFLAGS := -DMAP66_DEBUG +EXTRA_CFLAGS := -DDEBUG endif all: libip6t_MAP66.so -- cgit v1.2.3