# HG changeset patch # User jwe # Date 1129323726 0 # Node ID 3e44c9564405a6de3f503727927d721b838e0131 # Parent 0d1f6c7fe37abc24bd3626306d08bf9d895dd053 [project @ 2005-10-14 21:02:06 by jwe] diff -r 0d1f6c7fe37a -r 3e44c9564405 src/Makefile.in --- 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