From 2cb4651f3284418b1b63937343c75480cde10969 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 11 Jan 2020 20:31:10 +0000 Subject: [PATCH] build: Hide make passthrough command. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e05b14f..20d0a49 100644 --- a/Makefile.in +++ b/Makefile.in @@ -19,7 +19,7 @@ # Pass through normal targets to Goalfile.in all clean depend install check maintainer-clean: src/goals - ./run src/goals $@ + @./run src/goals $@ # If src/goals doesn't exist then brute-force build it. Once we have # src/goals we can rebuild it and other parts of the project using -- 1.8.3.1