summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xvirt-top/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt-top/Makefile.in b/virt-top/Makefile.in
index e471f93..2eedf89 100755
--- a/virt-top/Makefile.in
+++ b/virt-top/Makefile.in
@@ -83,7 +83,7 @@ virt-top: $(OBJS)
virt-top.opt: $(XOBJS)
ocamlfind ocamlopt \
$(OCAMLOPTPACKAGES) $(OCAMLOPTFLAGS) $(OCAMLOPTLIBS) \
- -cclib -lncurses -o $@ $^
+ -o $@ $^
# Manual page.
ifeq ($(HAVE_PERLDOC),perldoc)