diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-08-09 21:33:40 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-08-09 21:33:40 +0000 |
commit | bb8736747808f9770382b750a2fa1fc6614cb45e (patch) | |
tree | 771b9dceaead992aa7024c618840594ddd36ea27 /sys/arch/sgi/conf/Makefile.sgi | |
parent | 0d3eb98a3a24806aba01117271894c75b9d78bab (diff) |
No need to clean genassym{.,o} during `make clean', genassym.sh does this
for us.
Diffstat (limited to 'sys/arch/sgi/conf/Makefile.sgi')
-rw-r--r-- | sys/arch/sgi/conf/Makefile.sgi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi index 0765638533e..b3d156431c2 100644 --- a/sys/arch/sgi/conf/Makefile.sgi +++ b/sys/arch/sgi/conf/Makefile.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sgi,v 1.22 2009/08/09 14:07:37 jsing Exp $ +# $OpenBSD: Makefile.sgi,v 1.23 2009/08/09 21:33:39 miod Exp $ # Makefile for OpenBSD # @@ -107,8 +107,8 @@ newvers: ${CC} $(CFLAGS) -c vers.c clean:: - rm -f eddep bsd bsd.gdb bsd.ecoff tags *.o locore.i [a-z]*.s \ - Errs errs linterrs makelinks + rm -f eddep bsd bsd.gdb tags *.[io] [a-z]*.s \ + [Ee]rrs linterrs makelinks assym.h lint: /tmp param.c @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} ${PARAM} -UKGDB \ |