diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-04 19:24:13 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-04 19:24:13 +0000 |
commit | c33daf534add635b83cd8a51ef0cf584ebdbbfd2 (patch) | |
tree | 3489cd3388888367295ae49d9dd58fd67afca55a /sys/arch/mvme88k/conf | |
parent | 86501cbaf06f5b7342205081a3db0d73aea4de90 (diff) |
Now that .S files have proper dependencies, do not hardcode dependencies
on assym.h in Makefile, especially since some files have been renamed...
Diffstat (limited to 'sys/arch/mvme88k/conf')
-rw-r--r-- | sys/arch/mvme88k/conf/Makefile.mvme88k | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/conf/Makefile.mvme88k b/sys/arch/mvme88k/conf/Makefile.mvme88k index 2be5d2026d6..7b0608d9103 100644 --- a/sys/arch/mvme88k/conf/Makefile.mvme88k +++ b/sys/arch/mvme88k/conf/Makefile.mvme88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvme88k,v 1.37 2005/09/06 19:21:57 miod Exp $ +# $OpenBSD: Makefile.mvme88k,v 1.38 2006/05/04 19:24:12 miod Exp $ # # Makefile for OpenBSD # @@ -184,8 +184,6 @@ assym.h machdep.o: Makefile # depend on CPU configuration locore.o machdep.o: Makefile -process.o locore_asm_routines.o eh.o: assym.h -m88110_mmu.o m88110_fp.o m88100_fp.o : assym.h locore.o: ${MVME88K}/mvme88k/locore.S assym.h ${NORMAL_S} |