aboutsummaryrefslogtreecommitdiff
path: root/emacsen
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2013-03-02 22:26:34 -0500
committerRyan Kavanagh <rak@debian.org>2013-03-02 22:26:34 -0500
commitcebd9b1a9998ecae05a3a0687b0dbb86a1d627b1 (patch)
treefd2036ca8c3a98e8f4d568b5a510eea2cefb1532 /emacsen
parentAlign text according to a delimiter (diff)
Add missing parts of make- targets for emacsen
Diffstat (limited to 'emacsen')
-rw-r--r--emacsen/Makefile3
1 files changed, 3 insertions, 0 deletions
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-%=%)