From bb8736747808f9770382b750a2fa1fc6614cb45e Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 9 Aug 2009 21:33:40 +0000 Subject: No need to clean genassym{.,o} during `make clean', genassym.sh does this for us. --- sys/arch/sgi/conf/Makefile.sgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/sgi/conf') 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 \ -- cgit v1.2.3