Date: Fri, 23 Mar 2001 17:56:14 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Michael Duxbury" Message-Id: <7704-Fri23Mar2001175614+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <99fieb$ee6$1@uranium.btinternet.com> (M DOT R DOT Duxbury AT btinternet DOT com) Subject: Re: make file prob References: <99fieb$ee6$1 AT uranium DOT btinternet DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Michael Duxbury" > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 23 Mar 2001 13:19:47 -0000 > > I went into the make file and commented out a line > # > # Makefile for test.exe > # > > PROJECT = test > OBJS = test.o > LIBS = -lioapp > > #include ..\..\rsxntmak.gnu <<---- commented this out > > $(PROJECT).exe: $(OBJS) > $(LINKCMD) > > I then tried to make and it seemed succesful. > I looked for an exe file but there wasn't one. I tried make again and got > message:- make.exe: 'test.exe' is up to date. Test being the name of the .c > prog. Why did you remove that include line? Maybe it was important. Also, what is the value of LINKCMD in the above snippet?