[devscripts] 03/03: scripts/Makefile: Use $< to avoid duplicating executale name.
Chris Lamb
chris at chris-lamb.co.uk
Mon Sep 11 06:58:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository devscripts.
commit 79fe4c960485dde5f7212995d885cc4b15c8c1c1
Author: Chris Lamb <lamby at debian.org>
Date: Mon Sep 11 07:58:14 2017 +0100
scripts/Makefile: Use $< to avoid duplicating executale name.
---
scripts/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/Makefile b/scripts/Makefile
index a687a6b..aa3bc30 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -91,7 +91,7 @@ reproducible-check.1: reproducible-check
--name="Reports on the reproducible status of installed packages" \
--no-info \
--no-discard-stderr \
- ./reproducible-check >$@
+ ./$< >$@
$(BC_BUILD_DIR):
mkdir $(BC_BUILD_DIR)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git
More information about the devscripts-devel
mailing list