From d0b3e5ef319d68c5b574bcecffc611d254ddc3c8 Mon Sep 17 00:00:00 2001 From: sven-ola Date: Wed, 13 Oct 2010 11:41:02 +0000 Subject: changed --to into --dst-to and --src-to git-svn-id: https://map66.svn.sourceforge.net/svnroot/map66@18 3484d885-4da6-438d-b19d-107d078dd756 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f54abf3..b7710df 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ EXTRA_CFLAGS := -DDEBUG endif all: libip6t_MAP66.so - $(MAKE) -C $(KPATH) V=1 M=$(PWD) modules + $(MAKE) -C $(KPATH) M=$(PWD) modules libip6t_MAP66.so: libip6t_MAP66.o gcc -shared -o $@ $< -- cgit v1.2.3