diff src/Makefile.in @ 5468:41943dd8d7d8

[project @ 2005-09-23 18:34:46 by jwe]
author jwe
date Fri, 23 Sep 2005 18:34:47 +0000
parents d6163c0effd5
children 73a87a677257
line wrap: on
line diff
--- a/src/Makefile.in	Fri Sep 23 17:52:50 2005 +0000
+++ b/src/Makefile.in	Fri Sep 23 18:34:47 2005 +0000
@@ -547,7 +547,7 @@
 
 oct-errno.cc: oct-errno.cc.in ../Makeconf Makefile
 	@echo "making $@ from $<"
-	if test -n "$(PERL)"; then \
+	@if test -n "$(PERL)"; then \
 	  $(PERL) -e 'foreach $$key (keys(%!)) { $$x .= "#if defined ($$key)\n    { \"$$key\", $$key, },\n#endif\n"; }; while (<>) { s/^ *\@SYSDEP_ERRNO_LIST\@/$$x/; print; }' $< > $@.t; \
 	else \
 	  $(SED) '/@SYSDEP_ERRNO_LIST@/D' $< > $@.t; \