diff options
Diffstat (limited to 'sysprep')
| -rw-r--r-- | sysprep/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am index 2afd4068..fff8e648 100644 --- a/sysprep/Makefile.am +++ b/sysprep/Makefile.am @@ -124,7 +124,7 @@ virt-sysprep: $(OBJECTS) .ml.cmo: $(OCAMLFIND) ocamlc $(OCAMLCFLAGS) -c $< -o $@ .ml.cmx: - $(OCAMLFIND) ocamlopt $(OCAMLCFLAGS) -c $< -o $@ + $(OCAMLFIND) ocamlopt $(OCAMLOPTFLAGS) -c $< -o $@ # Manual pages and HTML files for the website. man_MANS = virt-sysprep.1 |
