]> git.itanic.dy.fi Git - rrdd/commit
Makefile: Fix typo in object list
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Tue, 20 Nov 2012 20:08:07 +0000 (22:08 +0200)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Tue, 20 Nov 2012 20:08:07 +0000 (22:08 +0200)
commitedbb17d2c8fd171983a3b94380a4be87a82a1fa9
tree006a485be031974f7e62f970a00fd3bedaa28e77
parent26273e386d4a09cc5f00cc1442e15f71ca82525c
Makefile: Fix typo in object list

The ONEWIRE_PARSER_OBJS was written incorrectly. This causes ALL_OBJS
list to miss the parser object, which in turn causes the dependency
file to be missing from the ALL_DEBS list. That was causing make to
not detect that onewire_parser.c depends on version.h, and not rebuild
the library when version.h was changed.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
Makefile