Changes to make this work under Unicies other than Linux. I so did like

that hack :-(
r=sford
This commit is contained in:
jim_nance%yahoo.com 2000-03-06 23:53:52 +00:00
parent 993a18a07c
commit 8998c1cac6
2 changed files with 1 additions and 2 deletions

View File

@ -18,4 +18,3 @@
echo "$@"
exit 1;
}

View File

@ -95,7 +95,7 @@ endif
REPORT_BUILD = @echo $(notdir $<)
ifneq (,$(findstring s,$(MAKEFLAGS)))
ELOG := . $(topsrcdir)/build/autoconf/print-failed-commands.sh
ELOG := exec sh $(topsrcdir)/build/autoconf/print-failed-commands.sh
else
ELOG :=
endif