diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2005-03-12 17:28:09 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2005-03-12 17:28:09 +0000 |
commit | d0d71015d5756df3f9c69e9fe39a3e981afaeead (patch) | |
tree | 5d814f4b38f139b273051c045ddf8edfe5264e54 | |
parent | ba558e601fe88b6f24111be0aa4bf35993fa2a39 (diff) |
Kill \n at EOF.
-rw-r--r-- | Makefile.cross | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.cross b/Makefile.cross index e81c1afa911..fa0a65688dd 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.6 2005/01/28 19:51:47 mickey Exp $ +# $OpenBSD: Makefile.cross,v 1.7 2005/03/12 17:28:08 grange Exp $ cross-tools: cross-includes cross-binutils cross-gcc cross-lib cross-distrib: cross-tools cross-bin cross-etc-root-var @@ -287,4 +287,3 @@ cross-cleandir: BSDSRCDIR=${.CURDIR} MAKEOBJDIR=obj.${MACHINE}.${TARGET} \ SKIPDIR="${NO_CROSS}" \ ${MAKE} cleandir) - |