diff options
author | Bruce Evans <bde@FreeBSD.org> | 1994-09-02 20:24:15 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1994-09-02 20:24:15 +0000 |
commit | 86a8648eefcc6b2a21070224fac48fa450755e1b (patch) | |
tree | 8c5e32645062b247e594b3e79e2d9f64ebc55277 /sys | |
parent | 040071b276e30e022a9de9cab1df6fe6b1139298 (diff) | |
download | src-86a8648eefcc6b2a21070224fac48fa450755e1b.tar.gz src-86a8648eefcc6b2a21070224fac48fa450755e1b.zip |
Restore some explicit dependencies for locore.s so that "make clean; make"
works even if .depend doesn't exist.
Notes
Notes:
svn path=/head/; revision=2464
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/Makefile.i386 | 4 | ||||
-rw-r--r-- | sys/conf/Makefile.powerpc | 4 | ||||
-rw-r--r-- | sys/i386/conf/Makefile.i386 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 053bd656bdb4..d09eaefd4446 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -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 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 diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index 053bd656bdb4..d09eaefd4446 100644 --- a/sys/i386/conf/Makefile.i386 +++ b/sys/i386/conf/Makefile.i386 @@ -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 |