diff options
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 *~ #*# |