Jelajahi Sumber

This should not be silent

Bryan Drewery 11 tahun lalu
induk
melakukan
7c63b097da
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/Makefile.in

+ 1 - 1
src/Makefile.in

@@ -108,7 +108,7 @@ cmds.cc: help.h
 
 help.h: $(HELPFILE) $(top_srcdir)/build/makehelp.sh $(STRINGFIX)
 	@echo -e "{H}	\033[1m$@\033[0m"
-	@$(top_srcdir)/build/makehelp.sh < $(HELPFILE) | $(STRINGFIX) > $@
+	$(top_srcdir)/build/makehelp.sh < $(HELPFILE) | $(STRINGFIX) > $@
 
 sorthelp: sorthelp.cc ../lib/bdlib/src/libbdlib.a
 	@echo -e "Compiling: \033[1msorthelp\033[0m"