summaryrefslogtreecommitdiff
path: root/usr/src/cmd/auditreduce/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/auditreduce/Makefile')
-rw-r--r--usr/src/cmd/auditreduce/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/auditreduce/Makefile b/usr/src/cmd/auditreduce/Makefile
index 1c39fe869f..f8b5cd7f0e 100644
--- a/usr/src/cmd/auditreduce/Makefile
+++ b/usr/src/cmd/auditreduce/Makefile
@@ -54,7 +54,7 @@ all: $(PROG)
install: all $(ROOTUSRSBINPROG)
$(PROG): $(OBJS)
- $(CC) -o $(PROG) $(OBJS) $(LDFLAGS) $(LDLIBS)
+ $(LINK.c) -o $(PROG) $(OBJS) $(LDLIBS)
$(POST_PROCESS)
toktable.o: $(TABLEDIR)/toktable.c