[uw.mfcf.bugs] magic makefiles

dgharriss@watmath.waterloo.edu (Dermot G. Harriss) (10/02/89)

I say this:

	.INCLUDE: <preamble_public_binary>

	NAME 	= screen
	MODE	= 6755
	OWNER	= root
	GROUP	= kmem

	OPTIONS= -DLOADAV -DGETTTYENT -DUSEBCOPY
	CFLAGS=	-O $(OPTIONS)

	LOADLIBES = /usr/lib/libtermcap.a
	INCLUDES = screen.h
	SOURCE = screen.c ansi.c
	OBJECT = screen.o ansi.o

	.INCLUDE: <command>

and it says this:

	rm -f ./screen
	cc -O -DLOADAV -DGETTTYENT -DUSEBCOPY  screen.o ansi.o /usr/lib/libtermcap.a   -o /tmp/./screen$$ && mv /tmp/./screen$$ ./screen </dev/null
	Make:  Don't know how to make Chown.  Stop.
	*** Error code 1

	Stop.

It used to work.