fixed typo in makefile
authorEdouard TISSERANT <edouard.tisserant@gmail.com>
Wed, 16 Dec 2009 10:12:19 +0100
changeset 620 e56af5521e0e
parent 619 96f84395154f
child 621 609aff93810a
fixed typo in makefile
.hgignore
drivers/Makefile.in
--- a/.hgignore	Mon Dec 14 20:58:34 2009 +0100
+++ b/.hgignore	Wed Dec 16 10:12:19 2009 +0100
@@ -59,4 +59,8 @@
 ^src/Makefile$
 
 syntax: regexp
-^include/config\.h$
\ No newline at end of file
+^include/config\.h$
+syntax: regexp
+^examples/TestMasterMicroMod/TestMasterMicroMod$
+syntax: regexp
+^examples/TestMasterSlave/TestMasterSlave$
\ No newline at end of file
--- a/drivers/Makefile.in	Mon Dec 14 20:58:34 2009 +0100
+++ b/drivers/Makefile.in	Wed Dec 16 10:12:19 2009 +0100
@@ -37,7 +37,7 @@
 	$(MAKE) -C $(CAN_DRIVER) $@
 endif
 ifneq ($(TARGET),none)
-    $(MAKE) -C $(TARGET) $@
+	$(MAKE) -C $(TARGET) $@
 endif
 
 install: