Author: sbruno Date: Wed Jul 23 22:58:00 2014 New Revision: 269036 URL: http://svnweb.freebsd.org/changeset/base/269036
Log: Delete the entire cleandepend/cleanmachine target thing now that its been cleared out in r269029 Reviewed by: [email protected] Modified: head/sys/boot/libstand32/Makefile Modified: head/sys/boot/libstand32/Makefile ============================================================================== --- head/sys/boot/libstand32/Makefile Wed Jul 23 22:47:00 2014 (r269035) +++ head/sys/boot/libstand32/Makefile Wed Jul 23 22:58:00 2014 (r269036) @@ -175,7 +175,6 @@ SRCS+= nandfs.c .if ${MACHINE_CPUARCH} == "amd64" CLEANFILES+= machine beforedepend ${OBJS}: machine -cleandepend: cleanmachine machine: ln -fs ${.CURDIR}/../../i386/include machine .endif _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
