summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsven-ola <sven-ola@3484d885-4da6-438d-b19d-107d078dd756>2010-10-13 13:41:02 +0200
committersven-ola <sven-ola@3484d885-4da6-438d-b19d-107d078dd756>2010-10-13 13:41:02 +0200
commitd0b3e5ef319d68c5b574bcecffc611d254ddc3c8 (patch)
treebd24f8ffeb576b0c8adb557d845971c86d4b27ba /Makefile
parentf7fcd91ce278baae2dfa9c269a94495a74e58b42 (diff)
downloadNPTv6-d0b3e5ef319d68c5b574bcecffc611d254ddc3c8.tar
NPTv6-d0b3e5ef319d68c5b574bcecffc611d254ddc3c8.zip
changed --to into --dst-to and --src-to
git-svn-id: https://map66.svn.sourceforge.net/svnroot/map66@18 3484d885-4da6-438d-b19d-107d078dd756
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@ $<