On Wed, 3 Oct 2001, Gibbs Tanton - tgibbs wrote: > >Here is the patch to get make test to work on cygwin. There may be a better >way to do it. It is actually courtesy of someone else, but I'll have to go >look to see who (unless you speak up :) > >It basically takes >test: > ...do tests >and replaces it with >test: dummy > >dummy: > ...do tests Better:
test: dummy ...do tests dummy: Regards Mattia
