www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2001/03/24/01:22:11

From: Jason Green <news AT jgreen4 DOT fsnet DOT co DOT uk>
Newsgroups: comp.os.msdos.djgpp
Subject: Re: make file prob
Date: Fri, 23 Mar 2001 22:35:06 +0000
Lines: 20
Message-ID: <31jnbtcsqrjvt5rf756d2s12vnh1k95tcj@4ax.com>
References: <99fieb$ee6$1 AT uranium DOT btinternet DOT com>
NNTP-Posting-Host: modem-119.dexfenfluramine.dialup.pol.co.uk
Mime-Version: 1.0
X-Trace: news8.svr.pol.co.uk 985386865 31986 62.136.89.247 (23 Mar 2001 22:34:25 GMT)
NNTP-Posting-Date: 23 Mar 2001 22:34:25 GMT
X-Complaints-To: abuse AT theplanet DOT net
X-Newsreader: Forte Agent 1.7/32.534
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

"Michael Duxbury" <M DOT R DOT Duxbury AT btinternet DOT com> wrote:

> #
> # Makefile for test.exe
> #
> 
> PROJECT = test
> OBJS    = test.o
> LIBS    = -lioapp
> 
> #include ..\..\rsxntmak.gnu  <<---- commented this out
> 
> $(PROJECT).exe: $(OBJS)
>  $(LINKCMD)

If this is the complete makefile then all it will do is make test.o

Commenting that line may have made some errors go away but you also lost
LINKCMD, so test.exe is being treated as a "phony" target - that is why
you get the message saying it is up to date.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019