Date: Thu, 28 Apr 1994 10:22:30 +0200 From: Martin DOT Haltmayer AT uni-augsburg DOT de (Martin Haltmayer) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: make Dear djgpp-users, I tried to use make 3.69 delivered with djgpp 2.5.7. I have a makefile as follows: # start of makefile .SUFFIXES: .uco .uni .uni.uco:;uq4g -b -c$* altdialo.uco: dialog.uco: mignumme.uco: # end of makefile Now I update the according .uni-files (altdialo.uni, dialog.uni, mignumme.uni) by an editor. The timestamp says that the .uco's are out of date. Now I try 'make'. Only the command to update the first target altdialo.uco is executed, although *all* the targets are out of date ('dir' shows me). Why? Thanks in advance. Martin Haltmayer AT uni-augsburg DOT de .