Explorar el Código

$* doesn't make sense here.

Bryan Drewery hace 11 años
padre
commit
28a3364da2
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/Makefile.in

+ 3 - 3
src/Makefile.in

@@ -82,19 +82,19 @@ blah:
 set.cc: set_default.h
 
 set_default.h: $(SETTINGSFILE) $(top_srcdir)/build/makeset.sh
-	@echo -e "[H]	\033[1m$*\033[0m"
+	@echo -e "[H]	\033[1m$@\033[0m"
 	$(top_srcdir)/build/makeset.sh < $(SETTINGSFILE) > $@
 
 response.cc: responses.cc
 
 responses.cc: $(RESPONSESFILE) $(top_srcdir)/build/makeres.sh
-	@echo -e "[CC]	\033[1m$*\033[0m"
+	@echo -e "[CC]	\033[1m$@\033[0m"
 	$(top_srcdir)/build/makeres.sh < $(RESPONSESFILE) > $@
 
 cmds.cc: help.h
 
 help.h: $(HELPFILE) $(top_srcdir)/build/makehelp.sh stringfix
-	@echo -e "[H]	\033[1m$*\033[0m"
+	@echo -e "[H]	\033[1m$@\033[0m"
 	$(top_srcdir)/build/makehelp.sh < $(HELPFILE) | ./stringfix > $@
 
 sorthelp: sorthelp.cc ../lib/bdlib/src/libbdlib.a