summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)