summaryrefslogtreecommitdiff
path: root/usr/src/cmd/genmsg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/genmsg/Makefile')
-rw-r--r--usr/src/cmd/genmsg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/genmsg/Makefile b/usr/src/cmd/genmsg/Makefile
index aafd07c843..420bfd58d1 100644
--- a/usr/src/cmd/genmsg/Makefile
+++ b/usr/src/cmd/genmsg/Makefile
@@ -69,7 +69,7 @@ all: $(PROG)
install: all $(ROOTPROG)
$(PROG): $(OBJS) $(MAPFILES)
- $(CC) -o $@ $(OBJS) $(LDFLAGS) $(LDLIBS)
+ $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
$(POST_PROCESS)
$(LEXINTSRCS): $(LEXSRCS)