From 5066d40ac83fc9036843d670dbf816955b9f40a3 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 28 Oct 2011 11:14:44 -0500 Subject: Use pattern rules instead of suffix rules Rework the makefiles to use pattern rules instead of suffix rules. This is the preferred way to write implicit rules according to the gnu make manual. --- mk/os.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'mk/os.mk') diff --git a/mk/os.mk b/mk/os.mk index 4f5a954e..c306f05f 100644 --- a/mk/os.mk +++ b/mk/os.mk @@ -9,6 +9,3 @@ OS?= ${_OS} include ${MK}/os-${OS}.mk RC_LIB= /$(LIBNAME)/rc - -SFX:= ${SFX_PFX}${SFX} -.SUFFIXES: ${SFX} -- cgit v1.2.3