File tree Expand file tree Collapse file tree 4 files changed +3
-50
lines changed Expand file tree Collapse file tree 4 files changed +3
-50
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ ocamltest.opt$(EXE): $(deps_opt) $(native_modules)
250
250
% .ml : % .mll
251
251
$(ocamllex ) $(OCAMLLEX_FLAGS ) $<
252
252
253
- ocamltest_unix.ml : ocamltest_unix_ $(ocamltest_unix ) .ml
253
+ ocamltest_unix.ml : ocamltest_unix. $(ocamltest_unix ) .ml
254
254
echo ' # 1 "$^"' > $@
255
255
cat $^ >> $@
256
256
Original file line number Diff line number Diff line change 43
43
(flags (:standard -nostdlib -linkall))
44
44
(libraries ocamlcommon stdlib
45
45
(select ocamltest_unix.ml from
46
- (unix -> ocamltest_unix_real .ml)
47
- (-> ocamltest_unix_dummy .ml)))
46
+ (unix -> ocamltest_unix.real .ml)
47
+ (-> ocamltest_unix.dummy .ml)))
48
48
(modules (:standard \ options main))
49
49
(foreign_stubs (language c) (names run_unix run_stubs)
50
50
(flags -DCAML_INTERNALS -I%{project_root}/ocaml/runtime)))
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments