diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-07-28 06:25:43 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-07-28 06:25:43 +0000 |
commit | a2103efd20fe65de2b0764b968ccd6e64ca10a03 (patch) | |
tree | 80c4b1f471fc17a9189d60bd0a5574f2194d38ca /lang/caml-light/files/patch-af | |
parent | Upgrade to 0.17.5. (diff) |
A light weight implementation of CAML, a strongly typed functional
language belonging to the ML family.
Notes
Notes:
svn path=/head/; revision=12180
Diffstat (limited to 'lang/caml-light/files/patch-af')
-rw-r--r-- | lang/caml-light/files/patch-af | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/caml-light/files/patch-af b/lang/caml-light/files/patch-af new file mode 100644 index 000000000000..9d7bbddcf7a8 --- /dev/null +++ b/lang/caml-light/files/patch-af @@ -0,0 +1,7 @@ +--- contrib/camlsearch/emacs-lisp/Makefile-- Sat Feb 4 23:42:23 1995 ++++ contrib/camlsearch/emacs-lisp/Makefile Tue Jul 28 08:49:53 1998 +@@ -1,3 +1,4 @@ + SOURCES=caml-search.el + install: $(SOURCES) ++ mkdir -p $(ELISPDIR) + cp $(SOURCES) $(ELISPDIR) |