summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorAndy Fiddaman <omnios@citrus-it.co.uk>2021-02-02 00:19:09 +0000
committerAndy Fiddaman <omnios@citrus-it.co.uk>2021-02-02 23:19:16 +0000
commit3770e1fa2763b08d66814eeb974a28a87198fee1 (patch)
treea6774981c86074ab2e57fa806a468e8f29ca2a33 /usr/src
parent475b46fedca96b852acd24d70191d29fb444a008 (diff)
downloadillumos-joyent-3770e1fa2763b08d66814eeb974a28a87198fee1.tar.gz
13490 4133 missed Makefile.asthdr
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/cmd/ast/Makefile.astmsg4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/ast/Makefile.astmsg b/usr/src/cmd/ast/Makefile.astmsg
index c7f911c260..b607c0f95a 100644
--- a/usr/src/cmd/ast/Makefile.astmsg
+++ b/usr/src/cmd/ast/Makefile.astmsg
@@ -49,8 +49,8 @@ MSGLIBNAME= $(ASTLIB)
ASTMSGCATALOG= $(ROOT)/usr/lib/locale/C/LC_MESSAGES/$(MSGLIBNAME)
$(DO_BUILD_AST_CATALOGS)ASTMSGCC= \
- PATH="/usr/ast/bin/:/bin:/usr/bin" \
- /usr/bin/ksh93 /usr/ast/bin/msgcc >>msgcc.out 2>&1
+ PATH="$(ASTBINDIR):/bin:/usr/bin" \
+ /usr/bin/ksh93 $(MSGCC) >>msgcc.out 2>&1
ASTMSGS= $(LIBOBJS:%.o=msgs/%.mso)