From 8902ebf6cdd32bb4f7d239e230941db40dd9313d Mon Sep 17 00:00:00 2001 From: emaste Date: Thu, 4 Sep 2014 20:44:41 +0000 Subject: MFC libstand32 clean target fixes r269029 (sbruno): Update so that clean target in sys/boot will delete the symlink created for machine r269036 (sbruno): Delete the entire cleandepend/cleanmachine target thing now that its been cleared out in r269029 --- sys/boot/libstand32/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sys/boot') diff --git a/sys/boot/libstand32/Makefile b/sys/boot/libstand32/Makefile index da978f9..0bb34a8 100644 --- a/sys/boot/libstand32/Makefile +++ b/sys/boot/libstand32/Makefile @@ -186,11 +186,8 @@ SRCS+= nandfs.c .include .if ${MACHINE_CPUARCH} == "amd64" +CLEANFILES+= machine beforedepend ${OBJS}: machine -cleandepend: cleanmachine -cleanmachine: - rm -f machine - machine: - ln -s ${.CURDIR}/../../i386/include machine + ln -fs ${.CURDIR}/../../i386/include machine .endif -- cgit v1.1