help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Portability of % match


From: Bill Moseley
Subject: Portability of % match
Date: Mon, 31 Mar 2003 14:06:47 -0800 (PST)

I use this style on Linux and Solaris machines.

target = file.out

all: $(target)

%.out: %.in
        @echo "creating $@ from $<"

But on FreeBSD 4.8-RC I get:

make: don't know how to make file.out. Stop

Is there a more portable way to write that?


-- 
Bill Moseley address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]