diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-01 03:56:42 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-01 03:56:42 +0000 |
commit | fca5ff5162d0d7bc8c7cfbf88d554121949faba2 (patch) | |
tree | 763d5a16c3dc32219c46ed8aafe7e28efd842cda /Makefile | |
parent | e2f46ad3f448746ac516aaca139c52aeb257443c (diff) |
rm dup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.52 1999/12/22 21:25:24 mickey Exp $ +# $OpenBSD: Makefile,v 1.53 2000/03/01 03:56:41 todd Exp $ # # For more information on building in tricky environments, please see @@ -113,7 +113,6 @@ CROSSENV= AR=${CROSSDIR}/usr/bin/ar AS=${CROSSDIR}/usr/bin/as \ LORDER=${CROSSDIR}/usr/bin/lorder \ RANLIB=${CROSSDIR}/usr/bin/ranlib \ SIZE=${CROSSDIR}/usr/bin/size STRIP=${CROSSDIR}/usr/bin/strip \ - LORDER=${CROSSDIR}/usr/bin/lorder \ HOSTCC=cc cross-helpers: |