diff options
Diffstat (limited to 'emacsen/Makefile')
-rw-r--r-- | emacsen/Makefile | 3 |
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-%=%) |