diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-27 15:40:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-27 15:40:24 +0000 |
commit | 376b7dd285531f80c181d2aeabf9561ba562ff40 (patch) | |
tree | 79ed8a662ae35a3defa0516dab63bb5aeabb1307 /sys/arch | |
parent | 89b0f03e9886b0bfd417aef00f5e383404d69a74 (diff) |
locore.i is not generated at all, so no need to rm it
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/loongson/conf/Makefile.loongson | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/loongson/conf/Makefile.loongson b/sys/arch/loongson/conf/Makefile.loongson index 0a256b9d3f2..e9ad83081d3 100644 --- a/sys/arch/loongson/conf/Makefile.loongson +++ b/sys/arch/loongson/conf/Makefile.loongson @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.loongson,v 1.12 2010/04/27 06:46:26 deraadt Exp $ +# $OpenBSD: Makefile.loongson,v 1.13 2010/04/27 15:40:23 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -98,7 +98,7 @@ SYSTEM_LD_TAIL+=; \ %LOAD clean:: - rm -f eddep bsd bsd.gdb bsd.ecoff tags *.o locore.i [a-z]*.s \ + rm -f eddep bsd bsd.gdb bsd.ecoff tags *.o [a-z]*.s \ Errs errs linterrs makelinks assym.h ${DB_STRUCTINFO} lint: /tmp param.c |