=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/make.1,v retrieving revision 1.99 retrieving revision 1.100 diff -c -r1.99 -r1.100 *** src/usr.bin/make/make.1 2012/10/11 14:56:59 1.99 --- src/usr.bin/make/make.1 2012/10/12 21:44:19 1.100 *************** *** 1,4 **** ! .\" $OpenBSD: make.1,v 1.99 2012/10/11 14:56:59 espie Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: make.1,v 1.100 2012/10/12 21:44:19 espie Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 *************** *** 30,36 **** .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" ! .Dd $Mdocdate: October 11 2012 $ .Dt MAKE 1 .Os .Sh NAME --- 30,36 ---- .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" ! .Dd $Mdocdate: October 12 2012 $ .Dt MAKE 1 .Os .Sh NAME *************** *** 485,490 **** --- 485,493 ---- .Nm , and they are marked as inactive. Redefining the corresponding suffix (or suffixes) will re-active the rule. + .Pp + In case of duplicate inference rules with the same suffix combination, + the new rule overrides the old one. .Pp For maximal portability, suffixes should start with a dot. .Sh VARIABLE ASSIGNMENTS