Skip to content

Commit

Permalink
[build] fix libinstall target
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Oct 2, 2012
1 parent 485deb0 commit 37da960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -72,7 +72,7 @@ uninstall:
rm -f $(mandir)/man1/opam*

LIB = opam-lib
CMI = file path file_format process globals repositories lexer run\
CMI = opamFile path file_format process globals repositories lexer run\
linelexer types parallel utils parser
_FILES= $(LIB:%=%.a) $(LIB:%=%.cma) $(LIB:%=%.cmxa)\
$(CMI:%=%.cmi)
Expand Down

0 comments on commit 37da960

Please sign in to comment.