Removed stray quotes from clean and install kbuild targets
authorFrank Mori Hess <fmhess@speakeasy.net>
Thu, 2 Mar 2006 01:58:54 +0000 (01:58 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Thu, 2 Mar 2006 01:58:54 +0000 (01:58 +0000)
comedi/Makefile.am

index 7cf35207b1c80e39a3c6472df9a3a367d274a0f1..05173c2812e34b79de4e3d199764516b616d8972 100644 (file)
@@ -7,9 +7,9 @@ all-local: comedi_kbuild.inc
        make -I@abs_builddir@ -C $(LINUX_DIR) M=@abs_builddir@ CC="$(LINUX_CC) -I@abs_top_srcdir@/ \
                -I@abs_top_srcdir@/include $(RTAI_CFLAGS) $(RTLINUX_CFLAGS)" V=1 modules
 install-data-local: comedi_kbuild.inc
-       make -I@abs_builddir@ -C $(LINUX_DIR) M=@abs_builddir@" V=1 modules_install
+       make -I@abs_builddir@ -C $(LINUX_DIR) M=@abs_builddir@ V=1 modules_install
 clean-local: comedi_kbuild.inc
-       make -I@abs_builddir@ -C $(LINUX_DIR) M=@abs_builddir@" V=1 clean
+       make -I@abs_builddir@ -C $(LINUX_DIR) M=@abs_builddir@ V=1 clean
 else
 module_PROGRAMS = comedi.ko
 all-local: