Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!ll-xn!ames!xanth!kyle From: kyle@xanth.UUCP (Kyle Jones) Newsgroups: comp.sources.d Subject: Makefiles Message-ID: <1815@xanth.UUCP> Date: Mon, 3-Aug-87 18:24:03 EDT Article-I.D.: xanth.1815 Posted: Mon Aug 3 18:24:03 1987 Date-Received: Tue, 4-Aug-87 05:47:57 EDT Lines: 6 In a number of distributed software packages I have noticed that the Makefiles assume that '.' will be in the PATH of the user that does the 'make'. While most UNIX system default to having '.' in the PATH, system administrators will normally take it out (for themselves at least) for security reasons. I ask that Makefiles in future distributions not assume '.' is in the PATH.