Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ihnp4!homxb!mhuxt!mhuxm!mhuxo!ulysses!allegra!alice!andrew From: andrew@alice.UUCP Newsgroups: comp.unix.wizards Subject: nontemporal relationships in make Message-ID: <7406@alice.UUCP> Date: Mon, 26-Oct-87 18:47:22 EST Article-I.D.: alice.7406 Posted: Mon Oct 26 18:47:22 1987 Date-Received: Wed, 4-Nov-87 20:06:59 EST Organization: AT&T Bell Laboratories, Murray Hill NJ Lines: 6 Keywords: make Summary: summary I am looking for any reasonable or plausible examples of where you would like to say (within make) that file a is `out of date'' with respect to file b on some other basis than ``is more recently modified than''. one example might be 'thing.o depends on lines from goo.h containing the RE (Thing|allthings)'.