Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 ggr 02/21/84; site bocar.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!bocar!twh From: twh@bocar.UUCP (T Hu) Newsgroups: net.unix Subject: Re: make rules Message-ID: <202@bocar.UUCP> Date: Thu, 6-Jun-85 11:12:52 EDT Article-I.D.: bocar.202 Posted: Thu Jun 6 11:12:52 1985 Date-Received: Fri, 7-Jun-85 03:06:16 EDT Organization: AT&T Bell Laboratories, Piscataway Lines: 9 you need a separator(\) when you are not able to finish the list in one line. Ex: all: $(DEP1) $(DEP2) \ $(DEP3) ... $(COMMAND) $(ARG1) ...