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/luna88k/conf/Makefile.luna88k | |
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/luna88k/conf/Makefile.luna88k')
-rw-r--r-- | sys/arch/luna88k/conf/Makefile.luna88k | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k index 1aed8d4aeaf..67067d907cc 100644 --- a/sys/arch/luna88k/conf/Makefile.luna88k +++ b/sys/arch/luna88k/conf/Makefile.luna88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.luna88k,v 1.6 2005/09/26 13:56:15 aoyama Exp $ +# $OpenBSD: Makefile.luna88k,v 1.7 2006/05/04 19:24:11 miod Exp $ # # Makefile for OpenBSD # @@ -181,8 +181,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 -m88100_fp.o : assym.h locore.o: ${LUNA88K}/luna88k/locore.S assym.h ${NORMAL_S} |