From 71e4a98b18a2f027a2226f39186fcb3c06cbd1b7 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 4 May 2008 11:58:25 +0000 Subject: [PATCH] MFC: 1.60: Don't forget to clean the "machine" symlink on amd64. 1.61: _setjmp.o was missing a dependency on "machine". --- lib/libstand/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index 5464f9cdb84c..c7daea1ca12a 100644 --- a/lib/libstand/Makefile +++ b/lib/libstand/Makefile @@ -143,9 +143,10 @@ SRCS+= splitfs.c .include .if ${MACHINE_ARCH} == "amd64" -${SRCS:M*.c:R:S/$/.o/g}: machine - -beforedepend: machine +beforedepend ${OBJS}: machine +cleandepend: cleanmachine +cleanmachine: + rm -f machine machine: ln -s ${.CURDIR}/../../sys/i386/include machine