Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!think.com!sdd.hp.com!hplabs!hpcc05!hpcuhb!hpcllla!hpclisp!defaria@hpclapd.HP.COM From: defaria@hpclapd.HP.COM (Andy DeFaria) Newsgroups: comp.lang.pascal Subject: TP "Make" broken? Message-ID: <950049@hpclapd.HP.COM> Date: 4 Jan 91 18:49:02 GMT Organization: Hewlett-Packard Calif. Language Lab Lines: 26 I've been working with a Mouse unit and trashing through memory (literally). This of course often has the unpleasant side effect of locking up my PC and requires a reboot. The wierd thing is that now my "Make" functionality is broken. For example, I have: Unit One ... End. Unit Two ... End. Program Foo; Uses One, Two; Begin ... End. Now I'm sitting in Unit One and have made a change. I have the Primary file set to Foo and I issue a make. TP compile Foo but fails to notice that Unit One has changed. I have to manual unset the primary file and compile Unit One, reset primary file and remake. Now the program is properly updated. Why is make broken and how can I fix it?