=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/suff.c,v retrieving revision 1.34 retrieving revision 1.35 diff -c -r1.34 -r1.35 *** src/usr.bin/make/suff.c 2000/06/23 16:21:43 1.34 --- src/usr.bin/make/suff.c 2000/06/23 16:41:53 1.35 *************** *** 1,4 **** ! /* $OpenBSD: suff.c,v 1.34 2000/06/23 16:21:43 espie Exp $ */ /* $NetBSD: suff.c,v 1.13 1996/11/06 17:59:25 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: suff.c,v 1.35 2000/06/23 16:41:53 espie Exp $ */ /* $NetBSD: suff.c,v 1.13 1996/11/06 17:59:25 christos Exp $ */ /* *************** *** 43,49 **** #if 0 static char sccsid[] = "@(#)suff.c 8.4 (Berkeley) 3/21/94"; #else ! static char rcsid[] = "$OpenBSD: suff.c,v 1.34 2000/06/23 16:21:43 espie Exp $"; #endif #endif /* not lint */ --- 43,49 ---- #if 0 static char sccsid[] = "@(#)suff.c 8.4 (Berkeley) 3/21/94"; #else ! static char rcsid[] = "$OpenBSD: suff.c,v 1.35 2000/06/23 16:41:53 espie Exp $"; #endif #endif /* not lint */ *************** *** 992,998 **** #endif } s2 = (Src *) emalloc (sizeof (Src)); ! s2->file = str_concat (targ->pref, s->name, 0); s2->pref = targ->pref; s2->parent = targ; s2->node = NULL; --- 992,998 ---- #endif } s2 = (Src *) emalloc (sizeof (Src)); ! s2->file = str_concat(targ->pref, s->name, 0); s2->pref = targ->pref; s2->parent = targ; s2->node = NULL;