From: Thomas Demmer Newsgroups: comp.os.msdos.djgpp Subject: Trouble with make Date: Tue, 19 Nov 1996 09:28:21 +0100 Organization: Lehrstuhl fuer Stroemungsmechanik Lines: 42 Message-ID: <32916FA5.41C6@LSTM.Ruhr-UNI-Bochum.De> NNTP-Posting-Host: bvb.lstm.ruhr-uni-bochum.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi, I have some trouble with make (3.75) This is a simple makefile to run a virus scanner once a week: TOUCH=e:/bin/touch.exe ts: hhh $(TOUCH) --date="next week" ts f-prot /bunch-of-cmd-ln-args hhh: $(TOUCH) hhh (the spaces are tabs in the real file) If I say make -n it simply does prints what it is supposed to do. Actually running it gives e:/bin/touch.exe hhh make.exe: ***[hhh] Error -1 I updated to djgpp2.01, cwsdpmi is r3, appart from irregular network crashes everything runs fine. Any ideas?? -- Ciao Tom ************************************************************* * Thomas Demmer * * Lehrstuhl fuer Stroemungsmechanik * * Ruhr-Uni-Bochum * * Universitaetsstr. 150 * * D-44780 Bochum * * Tel: +49 234 700 6434 * * Fax: +49 234 709 4162 * * Voice/Fax Box: +49 2561 91371 2056 * * http://www.lstm.ruhr-uni-bochum.de/~demmer * *************************************************************