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/hppa | |
parent | 0d3eb98a3a24806aba01117271894c75b9d78bab (diff) |
No need to clean genassym{.,o} during `make clean', genassym.sh does this
for us.
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/conf/Makefile.hppa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/Makefile.hppa b/sys/arch/hppa/conf/Makefile.hppa index 83e8e536222..c6b468c9f32 100644 --- a/sys/arch/hppa/conf/Makefile.hppa +++ b/sys/arch/hppa/conf/Makefile.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hppa,v 1.34 2009/01/11 21:02:03 pirofti Exp $ +# $OpenBSD: Makefile.hppa,v 1.35 2009/08/09 21:33:36 miod Exp $ # Makefile for OpenBSD # @@ -139,7 +139,7 @@ newvers: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} clean:: - rm -f eddep *bsd bsd.map bsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd bsd.gdb tags *.[io] [a-z]*.s \ [Ee]rrs linterrs makelinks assym.h lint: |