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-ae | |
| parent | 97f0e91eef6513c74b29c29eb7ebf18c5b46bd72 (diff) | |
A light weight implementation of CAML, a strongly typed functional
language belonging to the ML family.
Diffstat (limited to 'lang/caml-light/files/patch-ae')
| -rw-r--r-- | lang/caml-light/files/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/caml-light/files/patch-ae b/lang/caml-light/files/patch-ae new file mode 100644 index 000000000000..e3e52ff7155a --- /dev/null +++ b/lang/caml-light/files/patch-ae @@ -0,0 +1,13 @@ +--- contrib/camlmode/Makefile-- Mon Dec 2 22:13:37 1996 ++++ contrib/camlmode/Makefile Tue Jul 28 08:48:02 1998 +@@ -11,8 +11,9 @@ + all: + + install: ++ mkdir -p $(EMACSLISPDIR) + cp $(FILES) $(EMACSLISPDIR) +- dir=`pwd`; cd $(EMACSLISPDIR); $(EMACS) -batch -l $$dir/compile ++ -dir=`pwd`; cd $(EMACSLISPDIR); $(EMACS) -batch -l $$dir/compile + + clean: + rm -f *~ #*# |
