$OpenBSD: patch-Makefile_in,v 1.2 2019/01/29 22:40:53 sthen Exp $

Index: Makefile.in
--- Makefile.in.orig
+++ Makefile.in
@@ -129,7 +129,7 @@ pre-mobject-info:
 ################################################################################
 %.o: @top_srcdir@/%.c
 	@echo -e "\tCompiling $< into $@..."
-	@$(CC) -c $(CFLAGS) -I@top_builddir@ $< -o $@
+	$(CC) -c $(CFLAGS) -I@top_builddir@ $< -o $@
 
 ################################################################################
 # Include the dependency file if it exists.                                    #
@@ -148,7 +148,7 @@ endif
 ################################################################################
 $(DEPEND_FILE): *.h $(SRC)
 	@echo "Generating dependencies, please wait..."
-	@$(CC) $(CFLAGS) -I@top_builddir@ -M $(SRC) > .tmp
+	$(CC) $(CFLAGS) -I@top_builddir@ -M $(SRC) > .tmp
 	@mv -f .tmp $(DEPEND_FILE)
 	@echo
 
