# HG changeset patch # User Andrey Skvortsov # Date 1476443018 -10800 # Node ID 0535a6b50534dbdaab483f9fc061531516107840 # Parent 9be98ccfed9780be557fbaef18789591889b3554 fix minor issue and do some cleanup work in genericmake example diff -r 9be98ccfed97 -r 0535a6b50534 tests/genericmake/plc.xml --- a/tests/genericmake/plc.xml Wed Oct 12 17:53:18 2016 +0300 +++ b/tests/genericmake/plc.xml Fri Oct 14 14:03:38 2016 +0300 @@ -1,7 +1,7 @@ - - + + @@ -35,25 +35,44 @@ - + LocalVara - + - - - - + + LocalVarb + + + + + + diff -r 9be98ccfed97 -r 0535a6b50534 tests/genericmake/project_files/Makefile --- a/tests/genericmake/project_files/Makefile Wed Oct 12 17:53:18 2016 +0300 +++ b/tests/genericmake/project_files/Makefile Fri Oct 14 14:03:38 2016 +0300 @@ -9,5 +9,5 @@ some_binary: $(BEREMIZ_OBJS) @echo "* Would link $^ -> $@" -%o : %c +%.o: %.c @echo "* Would compile $< -> $@"