Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!uunet!medar!jseymour From: jseymour@medar.com (James Seymour) Newsgroups: comp.sys.amiga.programmer Subject: Re: Make Message-ID: <54@hdwr1.medar.com> Date: 28 Feb 91 17:21:53 GMT References: <1623@pdxgate.UUCP> Organization: Medar, Inc. Farmington Hills, MI Lines: 31 In article <1623@pdxgate.UUCP> bairds@eecs.cs.pdx.edu (Shawn L. Baird) writes: >Picked up the Make program from volume90 of comp.binaries.amiga and was >wondering if anyone else has had the following problems and/or solutions for >it. When running make, I get: > > make: Don't know how to make include.o > >[stuff deleted...] > Shawn, I believe I'm using the same PD "make" on my 3000 with SAS/C, and other than not being able to "peek into" libraries, it has (so far) worked *identically* to the UNIX make that I've been using for over three years on various UNIX and Xenix systems. I think the problem you are experiencing is because you haven't told make what suffixes to pay attention to. Add the following line to the end of your "builtins.make" file: .SUFFIXES: .o .c .h And whatever other suffixes you're dealing with (i.e.: using "rcs"?, add ".c,v" and ".h,v" to the list. Using assembler?, add ".a" or ".s" and ".inc" to the list). If you're still having a problem, let me know, and I'll fetch and post my builtins.make. -- Jim Seymour | Medar, Inc. ...!uunet!medar!jseymour | 38700 Grand River Ave. jseymour@medar.com | Farmington Hills, MI. 48331 CIS: 72730,1166 GEnie: jseymour | FAX: (313)477-8897