Skip to content

Commit

Permalink
Fix compilation of ocamlbrowser.
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8825 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
alainfrisch committed Mar 7, 2008
1 parent 04aa158 commit d7bc25b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions otherlibs/labltk/browser/Makefile
@@ -1,6 +1,6 @@
OTHERSLIB=-I $(OTHERS)/unix -I $(OTHERS)/str

include Makefile.shared

dummy.mli:
cp dummyUnix.mli dummy.mli

include Makefile.shared
5 changes: 2 additions & 3 deletions otherlibs/labltk/browser/Makefile.nt
Expand Up @@ -10,8 +10,7 @@ endif

OCAMLBR=threads.cma winmain.$(O) $(WINDOWS_APP)

dummy.mli:
cp dummyWin.mli dummy.mli

include Makefile.shared

dummy.mli:
cp dummyWin.mli dummy.mli
2 changes: 1 addition & 1 deletion otherlibs/labltk/browser/Makefile.shared
Expand Up @@ -39,7 +39,7 @@ ocamlbrowser.cma: jglib.cma $(OBJ)
$(CAMLC) -a -o $@ -linkall jglib.cma $(OBJ)

jglib.cma: $(JG)
$(CAMLCOMP) -a -o jglib.cma $(JG)
$(CAMLC) -a -o $@ $(JG)

help.ml:
echo 'let text = "\\' > $@
Expand Down

0 comments on commit d7bc25b

Please sign in to comment.