changeset 5497:3e44c9564405

[project @ 2005-10-14 21:02:06 by jwe]
author jwe
date Fri, 14 Oct 2005 21:02:06 +0000
parents 0d1f6c7fe37a
children 3b3e8b7f0800
files src/Makefile.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Fri Oct 14 07:44:45 2005 +0000
+++ b/src/Makefile.in	Fri Oct 14 21:02:06 2005 +0000
@@ -548,9 +548,9 @@
 oct-errno.cc: oct-errno.cc.in ../Makeconf Makefile
 	@echo "making $@ from $<"
 	@if test -n "$(PERL)"; then \
-	  $(srcdir)/mk-errno-list --perl "$(PERL)" < $< > $@.t;
+	  $(srcdir)/mk-errno-list --perl "$(PERL)" < $< > $@.t; \
 	elif test -n "$(PYTHON)"; then \
-	  $(srcdir)/mk-errno-list --python "$(PYTHON)" < $< > $@.t;
+	  $(srcdir)/mk-errno-list --python "$(PYTHON)" < $< > $@.t; \
 	else \
 	  $(SED) '/@SYSDEP_ERRNO_LIST@/D' $< > $@.t; \
 	fi