| |
| |
| @@ -58,7 +58,8 @@ |
| --include=$*.x \ |
| --include=$(srcdir)/common.x \ |
| --source='$(PACKAGE_STRING)' \ |
| - --output=$@.t `echo '$*' | sed 's,.*/,,'` |
| + --output=$@.t \ |
| + --no-discard-stderr `echo '$*' | sed 's,.*/,,'` |
| if sed $(remove_time_stamp) $@ >$@a.t 2>/dev/null && \ |
| sed $(remove_time_stamp) $@.t | cmp $@a.t - >/dev/null 2>&1; then \ |
| touch $@; \ |
| |
| |
| @@ -464,7 +464,8 @@ |
| --include=$*.x \ |
| --include=$(srcdir)/common.x \ |
| --source='$(PACKAGE_STRING)' \ |
| - --output=$@.t `echo '$*' | sed 's,.*/,,'` |
| + --output=$@.t \ |
| + --no-discard-stderr `echo '$*' | sed 's,.*/,,'` |
| if sed $(remove_time_stamp) $@ >$@a.t 2>/dev/null && \ |
| sed $(remove_time_stamp) $@.t | cmp $@a.t - >/dev/null 2>&1; then \ |
| touch $@; \ |