summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorpk <pk@NetBSD.org>1993-10-16 22:04:48 +0000
committerpk <pk@NetBSD.org>1993-10-16 22:04:48 +0000
commit980fc2e40e9c6d717ff81fe0b8eddcdeedb53cac (patch)
treed1872e30d9d38760cd839bbe61296bb8d75cb49f /gnu/usr.bin
parentc677f4482ab6b8ddcfbe8401f90ebb74c4abe78e (diff)
removed `config.staus' from CLEANFILES.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/gas/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gas/Makefile b/gnu/usr.bin/gas/Makefile
index 9d127d2b04e..0a2ae0af3eb 100644
--- a/gnu/usr.bin/gas/Makefile
+++ b/gnu/usr.bin/gas/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 6.1 (Berkeley) 3/3/91
-# $Id: Makefile,v 1.9 1993/10/16 03:57:39 cgd Exp $
+# $Id: Makefile,v 1.10 1993/10/16 22:04:48 pk Exp $
.include "config/Makefile.$(MACHINE)"
@@ -67,6 +67,6 @@ targ-env.h: Makefile config/Makefile.$(MACHINE)
( echo "updating ${.TARGET}..." ; /bin/rm -f targ-env.h ; \
cp $(config_targenvfile) targ-env.h )
-CLEANFILES+= ${CONF_HEADERS} config.status
+CLEANFILES+= ${CONF_HEADERS}
.include <bsd.prog.mk>