diff options
Diffstat (limited to 'tools/Makefile.gnuhost')
| -rw-r--r-- | tools/Makefile.gnuhost | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.gnuhost b/tools/Makefile.gnuhost index fba9ca5f424..fd7c030a257 100644 --- a/tools/Makefile.gnuhost +++ b/tools/Makefile.gnuhost @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.gnuhost,v 1.28 2004/06/20 23:12:40 jmc Exp $ +# $NetBSD: Makefile.gnuhost,v 1.29 2004/06/21 18:20:09 jmc Exp $ # # Rules used when building a GNU host package. Expects MODULE to be set. # @@ -108,6 +108,6 @@ realinstall: .install_done clean: clean.gnu clean.gnu: - rm -r -f .*_done build + -rm -r -f .*_done build .include <bsd.hostprog.mk> |
