depends.mk: fix typo in rdep function
authorMichael Pratt <mcpratt@pm.me>
Fri, 9 Sep 2022 20:01:21 +0000 (16:01 -0400)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 11 Sep 2022 09:07:53 +0000 (11:07 +0200)
commitf34690e487e13ee772b2dca3e7fab2a2bd1e77a1
treeabc6135084daf103ccfa5a4c0d20699ab9ddaf25
parent0c45db5560df47a0344a21c2443a4f2889c42ac8
depends.mk: fix typo in rdep function

Just like later in the file,
the precursor to <stampfile>_check
<stampfile>_check.1 is supposed to be moved to
<stampfile>_check before it is touched.

This line would error if it was ever run.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
include/depends.mk