michael@0: # avoid infinite loops by not remaking makefiles with michael@0: # double-colon no-dependency rules michael@0: # http://www.gnu.org/software/make/manual/make.html#Remaking-Makefiles michael@0: -include notfound.mk michael@0: michael@0: all: michael@0: @echo TEST-PASS michael@0: michael@0: notfound.mk:: michael@0: @echo TEST-FAIL