Skip to content

Commit 68ef665

Browse files
committed
flambda-backend: Fix typo in ocamltest/Makefile
1 parent bd69ea7 commit 68ef665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocamltest/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ ocamltest.opt$(EXE): $(deps_opt) $(native_modules)
151151
%.cmi: %.mli $(deps_byte)
152152
$(V_OCAMLC)$(ocamlc) -c $<
153153

154-
ocamltest_unix.ml: ocamltest_unix_$(ocamltest_unix_impl).ml
154+
ocamltest_unix.ml: ocamltest_unix.$(ocamltest_unix_impl).ml
155155
$(V_GEN)echo '# 1 "$<"' > $@ && \
156156
cat $< >> $@
157157

0 commit comments

Comments
 (0)