Re: [hackers] [farbfeld] Makefile: target should depend on its object

From: Laslo Hunhold <dev_AT_frign.de>
Date: Thu, 30 Mar 2017 14:17:46 +0200

On Thu, 30 Mar 2017 11:26:39 +0200
Quentin Rameau <quinq_AT_fifth.space> wrote:

Hey Quentin,

> -$(BIN): $(REQ:=.o)
> +$(BIN): $(BIN:=.o) $(REQ:=.o)

I think your fix is incorrect. A single program like ff2png does not
depend on ff2jpg.o or any other object other than ff2png.o.
I'll look at it later, so if I'm wrong I'll merge it.

Cheers

Laslo

-- 
Laslo Hunhold <dev_AT_frign.de>
Received on Thu Mar 30 2017 - 14:17:46 CEST

This archive was generated by hypermail 2.3.0 : Thu Mar 30 2017 - 14:24:19 CEST