# make-bug/Makefile all: echo first > output echo secondxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx >> output /cygdrive/c/Windows/System32/sort.exe nonexist 2>> output; true @echo "----- BEGIN output -----" @cat output @echo "----- END output -----" # EOF