--- 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: