summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-09-02 20:24:15 +0000
committerbde <bde@FreeBSD.org>1994-09-02 20:24:15 +0000
commitca993f1b3724a96b78e301373bbcdd6180cd2bce (patch)
tree8c5e32645062b247e594b3e79e2d9f64ebc55277 /sys/conf
parent0e5fbeeb073b7f74536a11954a049e6236cbb2a6 (diff)
downloadFreeBSD-src-ca993f1b3724a96b78e301373bbcdd6180cd2bce.zip
FreeBSD-src-ca993f1b3724a96b78e301373bbcdd6180cd2bce.tar.gz
Restore some explicit dependencies for locore.s so that "make clean; make"
works even if .depend doesn't exist.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.i3864
-rw-r--r--sys/conf/Makefile.powerpc4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 053bd65..d09eaef 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 053bd65..d09eaef 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
OpenPOWER on IntegriCloud