build: Hide make passthrough command.
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 11 Jan 2020 20:31:10 +0000 (20:31 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 11 Jan 2020 20:31:10 +0000 (20:31 +0000)
Makefile.in

index e05b14f..20d0a49 100644 (file)
@@ -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