git.annexia.org
/
virt-top.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f1ee66
)
Don't need to explicitly link against ncurses.
author
Richard Jones
<rjones@trick.home.annexia.org>
Mon, 5 Oct 2009 14:36:07 +0000
(15:36 +0100)
committer
Richard Jones
<rjones@trick.home.annexia.org>
Mon, 5 Oct 2009 14:36:07 +0000
(15:36 +0100)
virt-top/Makefile.in
patch
|
blob
|
history
diff --git
a/virt-top/Makefile.in
b/virt-top/Makefile.in
index
e471f93
..
2eedf89
100755
(executable)
--- 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)