From 86a8648eefcc6b2a21070224fac48fa450755e1b Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 2 Sep 1994 20:24:15 +0000 Subject: Restore some explicit dependencies for locore.s so that "make clean; make" works even if .depend doesn't exist. --- sys/conf/Makefile.powerpc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/conf/Makefile.powerpc') diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 053bd656bdb4..d09eaefd4446 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -1,6 +1,6 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.31 1994/08/23 09:54:22 jkh Exp $ +# $Id: Makefile.i386,v 1.32 1994/08/30 17:17:49 bde Exp $ # # Makefile for FreeBSD # @@ -118,7 +118,7 @@ symbols.sort: ${I386}/i386/symbols.raw grep -v '^#' ${I386}/i386/symbols.raw \ | sed 's/^ //' | sort -u > symbols.sort -locore.o: +locore.o: ${I386}/i386/locore.s assym.s ${NORMAL_S} # everything potentially depends on the Makefile since everything potentially -- cgit v1.2.3