Skip to content

Commit

Permalink
Fix installing ulex-camlp5 using "make deps"
Browse files Browse the repository at this point in the history
  • Loading branch information
alavrik committed Jun 29, 2019
1 parent 078753b commit 188f3fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*/upstream
*/META
!ulex/META
!ulex-camlp5/META
!base64/META
*/*.ml
*/*.mli
Expand Down
2 changes: 1 addition & 1 deletion deps/ulex-camlp5/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RESULT = ulexing
SOURCES = cset.ml utf8.ml ulexing.ml utf16.ml ulex.ml


OCAMLFIND_PACKAGE = ulex
OCAMLFIND_PACKAGE = ulex-camlp5

MODS = ulexing utf16 utf8
LIBINSTALL_FILES = \
Expand Down

0 comments on commit 188f3fb

Please sign in to comment.