Subject: .S -> .s; current doesn't know how?!
To: None <amiga-dev@NetBSD.ORG>
From: Rob Healey <rhealey@kas.helios.mn.org>
List: current-users
Date: 01/22/1995 02:15:27
	21 January 1995 sup:

	In the m68k directory under lib/libcompat/4.3 there is the
	insque.S file. When making libcompat on an m68k box, amiga to
	be specific, the make dies whining about an inability to turn
	a .S in to a .s file. Now it seemed to know how to do it in
	libc just a few hundred compiles before so what gives?

	I did a make install in include and share/mk so the includes
	and make macros are up to date. I even recompiled make just in
	case and no change.

	Why doesn't make know how to turn .S source in to .s in
	lib/libcompat/4.3/m68k/*.S?

		-Rob