From cebd9b1a9998ecae05a3a0687b0dbb86a1d627b1 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sat, 2 Mar 2013 22:26:34 -0500 Subject: Add missing parts of make- targets for emacsen --- emacsen/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacsen') diff --git a/emacsen/Makefile b/emacsen/Makefile index 0dd480e..a5f66a1 100644 --- a/emacsen/Makefile +++ b/emacsen/Makefile @@ -56,6 +56,7 @@ make-auto-complete: make-bbdb: make-vm cd $(@:make-%=%) && autoconf && ./configure --prefix=$(EMACSD) --without-tex-dir --with-vm-dir=$(EMACSEN)/vm/lisp $(MAKE) -C $(@:make-%=%) + touch $@ make-haskell-mode: $(MAKE) -C $(@:make-%=%) compile @@ -63,10 +64,12 @@ make-haskell-mode: make-proofgeneral: $(MAKE) -C $(@:make-%=%) compile + touch $@ make-vm: cd $(@:make-%=%) && autoconf && ./configure --prefix=$(EMACSD) --with-other-dirs=$(EMACSEN)/bbdb/lisp $(MAKE) -C $(@:make-%=%) + touch $@ install-auto-complete: -mkdir -p $(EMACSD)/$(@:install-%=%) -- cgit v1.2.3