# HG changeset patch # User Edouard TISSERANT # Date 1260954739 -3600 # Node ID e56af5521e0e993fdc9a306d5572c7f45c30941c # Parent 96f84395154faf489829520e481ac7e39e5a1f88 fixed typo in makefile diff -r 96f84395154f -r e56af5521e0e .hgignore --- 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 diff -r 96f84395154f -r e56af5521e0e drivers/Makefile.in --- 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: