$description = "Test implicit rule prerequisite evaluation code."; $details = "The makefile created by this test has a set of implicit rule pairs with the first rule usually not applying because its prerequisites cannot be made and the second rule which should succeed."; open(MAKEFILE,"> $makefile"); # The contents of the Makefile ... print MAKEFILE <