summaryrefslogtreecommitdiff
path: root/pkgtools/bootstrap-mk-files
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-02-21 15:51:50 +0000
committertnn <tnn@pkgsrc.org>2008-02-21 15:51:50 +0000
commitcca85a83d2432ac50f3af0f0a380858d890de612 (patch)
tree3deb5abb93922aeecdf5c5d382cee8eb1a9e7578 /pkgtools/bootstrap-mk-files
parent0beea6105bc396f413a75233530f9aad60c10012 (diff)
downloadpkgsrc-cca85a83d2432ac50f3af0f0a380858d890de612.tar.gz
Use echo(1) instead of lorder(1). At least my IRIX 6.5 doesn't have it.
The IRIX 5.3 lorder(1) manpage says: "This command is useless (but not harmful) in IRIX."
Diffstat (limited to 'pkgtools/bootstrap-mk-files')
-rw-r--r--pkgtools/bootstrap-mk-files/files/mods/IRIX.sys.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/bootstrap-mk-files/files/mods/IRIX.sys.mk b/pkgtools/bootstrap-mk-files/files/mods/IRIX.sys.mk
index a0760fb899b..a80fe7caab5 100644
--- a/pkgtools/bootstrap-mk-files/files/mods/IRIX.sys.mk
+++ b/pkgtools/bootstrap-mk-files/files/mods/IRIX.sys.mk
@@ -1,4 +1,4 @@
-# $NetBSD: IRIX.sys.mk,v 1.2 2006/08/06 18:59:41 schwarz Exp $
+# $NetBSD: IRIX.sys.mk,v 1.3 2008/02/21 15:51:50 tnn Exp $
# @(#)sys.mk 8.2 (Berkeley) 3/21/94
unix?= We run Unix
@@ -67,7 +67,7 @@ LDFLAGS?=
LINT?= lint
LINTFLAGS?= -chapbxzF
-LORDER?= lorder
+LORDER?= echo
MAKE?= make