michael@0: # There once was a time when MAKEFLAGS=w without any following spaces would michael@0: # cause us to treat w as a target, not a flag. Silly! michael@0: michael@0: MAKEFLAGS=w michael@0: michael@0: all: michael@0: $(MAKE) -f $(TESTPATH)/simple-makeflags.mk subt michael@0: @echo TEST-PASS michael@0: michael@0: subt: