build: fix test-gc weakref build rule
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 23 Oct 2013 11:42:53 +0000 (13:42 +0200)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Wed, 23 Oct 2013 16:17:32 +0000 (09:17 -0700)
commit118957174497c67f51f951088dd88a45e97636de
tree6fc4a9941b389dbd51e4e61424a9d66333cb20e1
parentef4a35bca5ca5596e04af367a8052959081a655e
build: fix test-gc weakref build rule

Make the build rule depend on the build artifact (weakref.node) itself
rather than the directory it's built in.  Depending on the directory
means that a build failure won't trigger a rebuild on the next
invocation because the directory's timestamp has been updated.
Makefile