From d84053c3b4e991c0de0c8ddb21e3298744f31dd8 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 28 Apr 2010 15:31:35 +0000 Subject: clean up more more subtle and stupid differences between the various Makefile.* files --- sys/arch/alpha/conf/Makefile.alpha | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/alpha/conf') diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index 599e7962d17..b54bc0dc544 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.alpha,v 1.59 2010/04/27 17:25:19 drahn Exp $ +# $OpenBSD: Makefile.alpha,v 1.60 2010/04/28 15:31:31 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -134,7 +134,7 @@ links: echo ${CFILES} | tr -s ' ' '\12' | sed 's/\.c/.o/' | \ sort -u | comm -23 - dontlink | \ sed 's,../.*/\(.*.o\),rm -f \1; ln -s ../GENERIC/\1 \1,' > makelinks - sh makelinks && rm -f dontlink + sh makelinks && rm -f dontlink makelinks SRCS= ${_machdir}/${_mach}/locore.s \ param.c ioconf.c ${CFILES} ${SFILES} -- cgit v1.2.3