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 [EMAIL PROTECTED]
_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make
