Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/mltk@4488 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
camlspotter committed Mar 6, 2002
1 parent 3a761bd commit 508a5ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions otherlibs/labltk/compiler/.cvsignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ parser.output
parser.ml
parser.mli
tkcompiler
pp
copyright.ml
pplex.ml
ppyac.ml
ppyac.output
ppyac.mli
2 changes: 1 addition & 1 deletion otherlibs/labltk/labltk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ clean:

install: $(LABLTKOBJS)
if test -d $(LABLTKDIR); then : ; else mkdir $(LABLTKDIR); fi
cp $(LABLTKOBJS:.cmo=.cmi) $(WIDGETOBJS:.cmo=.mli) $(LABLTKDIR)
cp $(LABLTKOBJS:.cmo=.cmi) $(WIDGETOBJS:.cmo=.mli) labltk.mli $(LABLTKDIR)
chmod 644 $(LABLTKDIR)/*.cmi

installopt: $(LABLTKOBJSX)
Expand Down

0 comments on commit 508a5ee

Please sign in to comment.